#364CA9

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

Shades of Cerulean Blue #364CA9

Tints of Cerulean Blue #364CA9

Color information

#364CA9 (or 0x364CA9) is unknown color: approx Cerulean Blue. HEX triplet: 36, 4C and A9. RGB value is (54,76,169). Sum of RGB (Red+Green+Blue) = 54+76+169=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 169 (66.41% from 255 or 56.52% from 299); Max value from RGB is 169 - color contains mainly: blue. Hex color #364CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364CA9 is #C9B356. Grayscale: #4F4F4F. Windows color (decimal): -13218647 or 11095094. OLE color: 11095094.

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

Color convert

RGB5476169-
CMYK0.680.5500.34
HSL228.52º51.57%43.73%-
HSV(B)228.52º68.05%66.27%-
XYZ11.278.8238.64-
YUV80.02178.21109.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.06%
GREEN value IS 76 (30.08% from 255) = 25.42%
BLUE value IS 169 (66.41% from 255) = 56.52%
R=18.06%
G=25.42%
B=56.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal54761690.680.5500.34228.5251.5743.73
Hex364CA94437022e5342c
Octal66114251104670423456454
Binary1101101001100101010011000100110111010001011100101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,76,169); }

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

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

 a { background-color: rgb(54,76,169); }

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

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

 span { border-color: rgb(54,76,169); }

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