#364DAE

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

Shades of Cerulean Blue #364DAE

Tints of Cerulean Blue #364DAE

Color information

#364DAE (or 0x364DAE) is unknown color: approx Cerulean Blue. HEX triplet: 36, 4D and AE. RGB value is (54,77,174). Sum of RGB (Red+Green+Blue) = 54+77+174=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #364DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364DAE is #C9B251. Grayscale: #505050. Windows color (decimal): -13218386 or 11423030. OLE color: 11423030.

HSL color Cylindrical-coordinate representation of color #364DAE: hue angle of 228.5º 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 #364DAE is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5477174-
CMYK0.690.5600.32
HSL228.5º52.63%44.71%-
HSV(B)228.5º68.97%68.24%-
XYZ11.829.1541.19-
YUV81.18180.38108.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 77 (30.47% from 255) = 25.25%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=17.70%
G=25.25%
B=57.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal54771740.690.5600.32228.552.6344.71
Hex364DAE4538020e4352d
Octal66115256105700403446555
Binary1101101001101101011101000101111000010000011100100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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