#036C9B

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

Shades of Cerulean #036C9B

Tints of Cerulean #036C9B

Color information

#036C9B (or 0x036C9B) is unknown color: approx Cerulean. HEX triplet: 03, 6C and 9B. RGB value is (3,108,155). Sum of RGB (Red+Green+Blue) = 3+108+155=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #036C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036C9B is #FC9364. Grayscale: #515151. Windows color (decimal): -16552805 or 10185731. OLE color: 10185731.

HSL color Cylindrical-coordinate representation of color #036C9B: hue angle of 198.55º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036C9B is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3108155-
CMYK0.980.3000.39
HSL198.55º96.2%30.98%-
HSV(B)198.55º98.06%60.78%-
XYZ11.3213.1132.94-
YUV81.96169.2171.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.13%
GREEN value IS 108 (42.58% from 255) = 40.60%
BLUE value IS 155 (60.94% from 255) = 58.27%
R=1.13%
G=40.60%
B=58.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31081550.980.3000.39198.5596.230.98
Hex36C9B621E027c7601f
Octal31542331423604730714037
Binary11110110010011011110001011110010011111000111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036C9B; }

 p { color: rgb(3,108,155); }

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

<style>
 a { background-color: #036C9B; }

 a { background-color: rgb(3,108,155); }

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

<style>
 span { border-color: #036C9B; }

 span { border-color: rgb(3,108,155); }

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