COLOR #364BBB

HEX: #364BBB RGB: (54,75,187)

Color info

#364BBB contains mainly blue color. Web safe color of #364BBB is #3333CC (or #33C).

RGB color model

#364BBB color RGB value is (54,75,187).

RGB: (54,75,187) (21%, 29%, 73%)

RGB channels and saturation

R 54 of 255 = 21%
G 75 of 255 = 29%
B 187 of 255 = 73%

54
75
187

R + G + B ~ 41%. #364BBB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 54 + 75 + 187 = 316 (100%)
R 54 of 316 ~ 17.09%
G 75 of 316 ~ 23.73%
B 187 of 316 ~ 59.18'%

%17.09
%23.73
%59.18

CMYK color model

#364BBB color CMYK value is (71,60,0,27).

  • cyan value is 71.12%
  • magenta value is 59.89%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (71,60,0,27)
C71M60Y0K27 (71%, 60%, 0%, 27%)
(0.71 / 0.60 / 0.00 / 0.27)

CMYK percentages

%71.12
%59.89
%0
%26.67

Codes

Color #364BBB in popluar color models

36 4B BB
RGB 54 75 187
HSL 231° 55.19% 47.25%
HSB/HSV 231° 71.12% 73.33%
CMYK 71.12% 59.89% 0.00%
26.67%

Color #364BBB in popluar number systems.

HEX 36 4B BB
Decimal 54 75 187
Binary 110110 1001011 10111011
Octal 66 113 273

Shades and tints

Shades of #364BBB

#364BBB
(54,75,187)
#3245AA
(50,69,170)
#2E3F99
(46,63,153)
#2A3988
(42,57,136)
#263377
(38,51,119)
#222D66
(34,45,102)
#1E2755
(30,39,85)
#1A2144
(26,33,68)
#161B33
(22,27,51)
#121522
(18,21,34)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #364BBB

#364BBB
(54,75,187)
#485BC1
(72,91,193)
#5A6BC7
(90,107,199)
#6C7BCD
(108,123,205)
#7E8BD3
(126,139,211)
#909BD9
(144,155,217)
#A2ABDF
(162,171,223)
#B4BBE5
(180,187,229)
#C6CBEB
(198,203,235)
#D8DBF1
(216,219,241)
#EAEBF7
(234,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364BBB color. Also use rgb(54,75,187) instead hex code.

Text Font Color

.myTextColor { color: #364BBB; }

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

This text font color is #364BBB.

Background Color

.myBgColor { background-color: #364BBB; }

<div style="background-color:#364BBB">Inner text</div>

This div background color is #364BBB.

Border color

.myBorderColor { border: 1px solid #364BBB; }

<div style="border:3px solid #364BBB">Div</div>

This div border color is #364BBB.

Opacity

.myOpacity80 { color: #364BBB; opacity: 0.8; }

<p style="color:#364BBB;opacity:0.8;">80%</p>

Text with #364BBB 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 #364BBB;}

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

This text has shadow with #364BBB color.


.textShadow {text-shadow: 3px 3px 1px #364BBB', 3px 3px 1px red;}

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

This text has shadow with #364BBB primary color and red secondary color.


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

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

This text has shadow with #364BBB and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #364BBB; -webkit-box-shadow: 1px 1px 3px 2px #364BBB; box-shadow:1px 1px 3px 2px #364BBB;">
Div content here
</div>

This div box has shadow with color #364BBB.

Preview

Color preview on black background

This text has color #364BBB on black background.


Color preview on white background

This text has color #364BBB on white background.


Black color preview on #364BBB background

This text has black color on #364BBB background.


White color preview on #364BBB background

This text has white color on #364BBB background.


Related colors

Complementary color

Complementary color for #hex is #C9B444.


I love getcolorcode.com

Triadic colors

1 #BB364B and #4BBB36 with #364BBB are triadic colors.

2 #BB4B36 and #4B36BB with #364BBB are triadic colors.