#036A8D

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

Shades of Cerulean #036A8D

Tints of Cerulean #036A8D

Color information

#036A8D (or 0x036A8D) is unknown color: approx Cerulean. HEX triplet: 03, 6A and 8D. RGB value is (3,106,141). Sum of RGB (Red+Green+Blue) = 3+106+141=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #036A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036A8D is #FC9572. Grayscale: #4E4E4E. Windows color (decimal): -16553331 or 9267715. OLE color: 9267715.

HSL color Cylindrical-coordinate representation of color #036A8D: hue angle of 195.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036A8D is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3106141-
CMYK0.980.2500.45
HSL195.22º95.83%28.24%-
HSV(B)195.22º97.87%55.29%-
XYZ1012.2527.04-
YUV79.19162.8873.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.2%
GREEN value IS 106 (41.80% from 255) = 42.4%
BLUE value IS 141 (55.47% from 255) = 56.4%
R=1.2%
G=42.4%
B=56.4%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31061410.980.2500.45195.2295.8328.24
Hex36A8D621902Dc3601c
Octal31522151423105530314034
Binary11110101010001101110001011001010110111000011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,106,141); }

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

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

 a { background-color: rgb(3,106,141); }

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

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

 span { border-color: rgb(3,106,141); }

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