#364FB2

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

Shades of Cerulean Blue #364FB2

Tints of Cerulean Blue #364FB2

Color information

#364FB2 (or 0x364FB2) is unknown color: approx Cerulean Blue. HEX triplet: 36, 4F and B2. RGB value is (54,79,178). Sum of RGB (Red+Green+Blue) = 54+79+178=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 178 (69.92% from 255 or 57.23% from 311); Max value from RGB is 178 - color contains mainly: blue. Hex color #364FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364FB2 is #C9B04D. Grayscale: #525252. Windows color (decimal): -13217870 or 11685686. OLE color: 11685686.

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

Color convert

RGB5479178-
CMYK0.700.5600.30
HSL227.9º53.45%45.49%-
HSV(B)227.9º69.66%69.8%-
XYZ12.359.5943.32-
YUV82.81181.72107.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.36%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 178 (69.92% from 255) = 57.23%
R=17.36%
G=25.40%
B=57.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal54791780.700.5600.30227.953.4545.49
Hex364FB2463801Ee4352d
Octal66117262106700363446555
Binary110110100111110110010100011011100001111011100100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,79,178); }

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

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

 a { background-color: rgb(54,79,178); }

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

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

 span { border-color: rgb(54,79,178); }

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