#364EAE

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

Shades of Cerulean Blue #364EAE

Tints of Cerulean Blue #364EAE

Color information

#364EAE (or 0x364EAE) is unknown color: approx Cerulean Blue. HEX triplet: 36, 4E and AE. RGB value is (54,78,174). Sum of RGB (Red+Green+Blue) = 54+78+174=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #364EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364EAE is #C9B151. Grayscale: #515151. Windows color (decimal): -13218130 or 11423286. OLE color: 11423286.

HSL color Cylindrical-coordinate representation of color #364EAE: hue angle of 228º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #364EAE is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5478174-
CMYK0.690.5500.32
HSL228º52.63%44.71%-
HSV(B)228º68.97%68.24%-
XYZ11.899.2941.21-
YUV81.77180.05108.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.65%
GREEN value IS 78 (30.86% from 255) = 25.49%
BLUE value IS 174 (68.36% from 255) = 56.86%
R=17.65%
G=25.49%
B=56.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54781740.690.5500.3222852.6344.71
Hex364EAE4537020e4352d
Octal66116256105670403446555
Binary1101101001110101011101000101110111010000011100100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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