#364EAA

Color #364EAA Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #364EAA

Tints of Cerulean Blue #364EAA

Color information

#364EAA (or 0x364EAA) is unknown color: approx Cerulean Blue. HEX triplet: 36, 4E and AA. RGB value is (54,78,170). Sum of RGB (Red+Green+Blue) = 54+78+170=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #364EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364EAA is #C9B155. Grayscale: #505050. Windows color (decimal): -13218134 or 11161142. OLE color: 11161142.

HSL color Cylindrical-coordinate representation of color #364EAA: hue angle of 227.59º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #364EAA is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5478170-
CMYK0.680.5400.33
HSL227.59º51.79%43.92%-
HSV(B)227.59º68.24%66.67%-
XYZ11.59.1439.19-
YUV81.31178.05108.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 17.88%
GREEN value IS 78 (30.86% from 255) = 25.83%
BLUE value IS 170 (66.80% from 255) = 56.29%
R=17.88%
G=25.83%
B=56.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54781700.680.5400.33227.5951.7943.92
Hex364EAA4436021e4342c
Octal66116252104660413446454
Binary1101101001110101010101000100110110010000111100100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364EAA; }

 p { color: rgb(54,78,170); }

 H1.HeaderClassName
 {
   color: #364EAA;
 }
 .AnyTagClassName
 {
   color: #364EAA;
 }
</style>
background-color css

<style>
 a { background-color: #364EAA; }

 a { background-color: rgb(54,78,170); }

 div.DivClassName
 {
   background-color: #364EAA;
 }
 .BgClassName
 {
   background-color: #364EAA;
 }
</style>
border-color css

<style>
 span { border-color: #364EAA; }

 span { border-color: rgb(54,78,170); }

 td.TdClassName
 {
   border-color: #364EAA;
 }
 .TagClassName
 {
   border-color: #364EAA;
 }
</style>