#0364AA

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

Shades of Cerulean #0364AA

Tints of Cerulean #0364AA

Color information

#0364AA (or 0x0364AA) is unknown color: approx Cerulean. HEX triplet: 03, 64 and AA. RGB value is (3,100,170). Sum of RGB (Red+Green+Blue) = 3+100+170=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #0364AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0364AA is #FC9B55. Grayscale: #4E4E4E. Windows color (decimal): -16554838 or 11166723. OLE color: 11166723.

HSL color Cylindrical-coordinate representation of color #0364AA: hue angle of 205.15º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0364AA is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3100170-
CMYK0.980.4100.33
HSL205.15º96.53%33.92%-
HSV(B)205.15º98.24%66.67%-
XYZ11.8512.0439.73-
YUV78.98179.3673.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.10%
GREEN value IS 100 (39.45% from 255) = 36.63%
BLUE value IS 170 (66.80% from 255) = 62.27%
R=1.10%
G=36.63%
B=62.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31001700.980.4100.33205.1596.5333.92
Hex364AA6229021cd6122
Octal31442521425104131514142
Binary1111001001010101011000101010010100001110011011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0364AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0364AA; }

 p { color: rgb(3,100,170); }

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

<style>
 a { background-color: #0364AA; }

 a { background-color: rgb(3,100,170); }

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

<style>
 span { border-color: #0364AA; }

 span { border-color: rgb(3,100,170); }

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