#364DAF

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

Shades of Cerulean Blue #364DAF

Tints of Cerulean Blue #364DAF

Color information

#364DAF (or 0x364DAF) is unknown color: approx Cerulean Blue. HEX triplet: 36, 4D and AF. RGB value is (54,77,175). Sum of RGB (Red+Green+Blue) = 54+77+175=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #364DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364DAF is #C9B250. Grayscale: #505050. Windows color (decimal): -13218385 or 11488566. OLE color: 11488566.

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

Color convert

RGB5477175-
CMYK0.690.5600.31
HSL228.6º52.84%44.9%-
HSV(B)228.6º69.14%68.63%-
XYZ11.919.1941.7-
YUV81.3180.88108.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.65%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 175 (68.75% from 255) = 57.19%
R=17.65%
G=25.16%
B=57.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal54771750.690.5600.31228.652.8444.9
Hex364DAF453801Fe5352d
Octal66115257105700373456555
Binary110110100110110101111100010111100001111111100101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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