COLOR #365BC4

HEX: #365BC4
RGB: (54,91,196)

Color info

#365BC4 contains mainly blue color. Web safe color of #365BC4 is #3366CC (or #36C).

RGB color model

#365BC4 color RGB value is (54,91,196).

  • red value is 54;
  • green value is 91;
  • blue value is 196.
RGB:
(54,91,196)
(21%,36%,77%)

RGB channels and saturation

R 54 of 255 = 21%
G 91 of 255 = 36%
B 196 of 255 = 77%

54
91
196

R + G + B ~ 45%. #365BC4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 91 + 196 = 341 (100%)
R 54 of 341 ~ 15.84%
G 91 of 341 ~ 26.69%
B 196 of 341 ~ 57.48%

%15.84
%26.69
%57.48

CMYK color model

#365BC4 color CMYK value is (72,54,0,23).

  • cyan value is 72.45%
  • magenta value is 53.57%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(72,54,0,23)
C72M54Y0K23 
(72%,54%,0%,23%)
(0.72/0.54/0.00/0.23)	

CMYK percentages

%72.45
%53.57
%0
%23.14

Codes

Color #365BC4 in popluar color models

365BC4
RGB5491196
HSL224°56.80%49.02%
HSB/HSV224°72.45%76.86%
CMYK72.45%53.57%0.00%
23.14%

Color #365BC4 in popluar number systems.

HEX365BC4
Decimal5491196
Binary110110101101111000100
Octal66133304

Shades and tints

Shades of #365BC4

#365BC4
(54,91,196)
#3253B3
(50,83,179)
#2E4BA2
(46,75,162)
#2A4391
(42,67,145)
#263B80
(38,59,128)
#22336F
(34,51,111)
#1E2B5E
(30,43,94)
#1A234D
(26,35,77)
#161B3C
(22,27,60)
#12132B
(18,19,43)
#0E0B1A
(14,11,26)
#000000
(0,0,0)

Tints of #365BC4

#365BC4
(54,91,196)
#4869C9
(72,105,201)
#5A77CE
(90,119,206)
#6C85D3
(108,133,211)
#7E93D8
(126,147,216)
#90A1DD
(144,161,221)
#A2AFE2
(162,175,226)
#B4BDE7
(180,189,231)
#C6CBEC
(198,203,236)
#D8D9F1
(216,217,241)
#EAE7F6
(234,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365BC4 color. Also use rgb(54,91,196) instead hex code.

Text Font Color

.myTextColor { color: #365BC4; }

<p style="color:#365BC4">This sample text font color is #365BC4.</p>

This text font color is #365BC4.


Background Color

.myBgColor { background-color: #365BC4; }

<div style="background-color:#365BC4">Inner text</div>

This div background color is #365BC4.


Border color

.myBorderColor { border: 1px solid #365BC4; }

<div style="border:3px solid #365BC4">Div</div>

This div border color is #365BC4.


Opacity

.myOpacity80 { color: #365BC4; opacity: 0.8; }

<p style="color:#365BC4;opacity:0.8;">80%</p>

Text with #365BC4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #365BC4;}

<p style="text-shadow: 3px 3px 1px #365BC4">Text here.</p>

This text has shadow with #365BC4 color.

.textShadow {text-shadow: 3px 3px 1px #365BC4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #365BC4, 5px 5px 20px red">Text here.</p>

This text has shadow with #365BC4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#365BC4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#365BC4, Direction=45, Strength=4)">Text</p>

This text has shadow with #365BC4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #365BC4;
  -webkit-box-shadow:	1px 1px 3px 2px #365BC4;
  box-shadow:		1px 1px 3px 2px #365BC4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #365BC4;
-webkit-box-shadow: 1px 1px 3px 2px #365BC4;
box-shadow:1px 1px 3px 2px #365BC4;">
Div content here</div>
This div box has shadow with color #365BC4.

Preview

Color preview on black background

This text has color #365BC4 on black background.


Color preview on white background

This text has color #365BC4 on white background.



Black color preview on #365BC4 background

This text has black color on #365BC4 background.


White color preview on #365BC4 background

This text has white color on #365BC4 background.