#364CAE

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

Shades of Cerulean Blue #364CAE

Tints of Cerulean Blue #364CAE

Color information

#364CAE (or 0x364CAE) is unknown color: approx Cerulean Blue. HEX triplet: 36, 4C and AE. RGB value is (54,76,174). Sum of RGB (Red+Green+Blue) = 54+76+174=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #364CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364CAE is #C9B351. Grayscale: #505050. Windows color (decimal): -13218642 or 11422774. OLE color: 11422774.

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

Color convert

RGB5476174-
CMYK0.690.5600.32
HSL229º52.63%44.71%-
HSV(B)229º68.97%68.24%-
XYZ11.759.0141.16-
YUV80.59180.71109.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.76%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 174 (68.36% from 255) = 57.24%
R=17.76%
G=25%
B=57.24%

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
Decimal54761740.690.5600.3222952.6344.71
Hex364CAE4538020e5352d
Octal66114256105700403456555
Binary1101101001100101011101000101111000010000011100101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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