Html Css Color HEX #036C8E Cerulean

📋 copy color: '#036C8E'

red 3 ◦ green 108 ◦ blue 142

#036C8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #036C8E

Tints of Cerulean #036C8E

RGB

 RED value IS 3 (1.56% from 255) = 1.19%

 GREEN value IS 108 (42.58% from 255) = 42.69%

 BLUE value IS 142 (55.86% from 255) = 56.13%

R = 1.19%
G = 42.69%
B = 56.13%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#036C8E (or 0x036C8E) is known color: Cerulean. HEX triplet: 03, 6C and 8E. RGB value is (3,108,142). Sum of RGB (Red+Green+Blue) = 3+108+142=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #036C8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036C8E is #FC9371. Grayscale: #505050. Windows color (decimal): -16552818 or 9333763. OLE color: 9333763.

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

Color convert

RGB 3 108 142 -
CMYK 0.98 0.24 0 0.44
HSL 194.68º 0.96% 0.28% -
HSV(B) 194.68º 0.98% 0.56% -
XYZ 10.28 12.7 27.5 -
YUV 80.48 162.71 72.74 -
System Red Green Blue C M Y K H S L
Decimal 3 108 142 0.98 0.24 0 0.44 194.68 0.96 0.28
Hex 3 6C 8E 62 18 0 2C C3 60 1C
Octal 3 154 216 142 30 0 54 303 140 34
Binary 11 1101100 10001110 1100010 11000 0 101100 11000011 1100000 11100

Color Harmonies of #036C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C8E

Black with #036C8E

Text Example


Text Example

White with #036C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #036C8E;
 }
 .AnyTagClassName
 {
   color: #036C8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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