#364AA9

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

Shades of Cerulean Blue #364AA9

Tints of Cerulean Blue #364AA9

Color information

#364AA9 (or 0x364AA9) is unknown color: approx Cerulean Blue. HEX triplet: 36, 4A and A9. RGB value is (54,74,169). Sum of RGB (Red+Green+Blue) = 54+74+169=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 169 (66.41% from 255 or 56.90% from 297); Max value from RGB is 169 - color contains mainly: blue. Hex color #364AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364AA9 is #C9B556. Grayscale: #4E4E4E. Windows color (decimal): -13219159 or 11094582. OLE color: 11094582.

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

Color convert

RGB5474169-
CMYK0.680.5600.34
HSL229.57º51.57%43.73%-
HSV(B)229.57º68.05%66.27%-
XYZ11.138.5538.6-
YUV78.85178.87110.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.18%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 169 (66.41% from 255) = 56.90%
R=18.18%
G=24.92%
B=56.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal54741690.680.5600.34229.5751.5743.73
Hex364AA94438022e6342c
Octal66112251104700423466454
Binary1101101001010101010011000100111000010001011100110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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