#364CAA

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

Shades of Cerulean Blue #364CAA

Tints of Cerulean Blue #364CAA

Color information

#364CAA (or 0x364CAA) is unknown color: approx Cerulean Blue. HEX triplet: 36, 4C and AA. RGB value is (54,76,170). Sum of RGB (Red+Green+Blue) = 54+76+170=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #364CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364CAA is #C9B355. Grayscale: #4F4F4F. Windows color (decimal): -13218646 or 11160630. OLE color: 11160630.

HSL color Cylindrical-coordinate representation of color #364CAA: hue angle of 228.62º 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 #364CAA is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5476170-
CMYK0.680.5500.33
HSL228.62º51.79%43.92%-
HSV(B)228.62º68.24%66.67%-
XYZ11.368.8639.14-
YUV80.14178.71109.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18%
GREEN value IS 76 (30.08% from 255) = 25.33%
BLUE value IS 170 (66.80% from 255) = 56.67%
R=18%
G=25.33%
B=56.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal54761700.680.5500.33228.6251.7943.92
Hex364CAA4437021e5342c
Octal66114252104670413456454
Binary1101101001100101010101000100110111010000111100101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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