Html Css Color HEX #036CAB Cerulean

📋 copy color: '#036CAB'

red 3 ◦ green 108 ◦ blue 171

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

Shades of Cerulean #036CAB

Tints of Cerulean #036CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.64%

R = 1.06%
G = 38.3%
B = 60.64%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#036CAB (or 0x036CAB) is known color: Cerulean. HEX triplet: 03, 6C and AB. RGB value is (3,108,171). Sum of RGB (Red+Green+Blue) = 3+108+171=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #036CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036CAB is #FC9354. Grayscale: #535353. Windows color (decimal): -16552789 or 11234307. OLE color: 11234307.

HSL color Cylindrical-coordinate representation of color #036CAB: hue angle of 202.5º 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 #036CAB is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 108 171 -
CMYK 0.98 0.37 0 0.33
HSL 202.5º 0.97% 0.34% -
HSV(B) 202.5º 0.98% 0.67% -
XYZ 12.75 13.68 40.5 -
YUV 83.79 177.21 70.38 -
System Red Green Blue C M Y K H S L
Decimal 3 108 171 0.98 0.37 0 0.33 202.5 0.97 0.34
Hex 3 6C AB 62 25 0 21 CA 61 22
Octal 3 154 253 142 45 0 41 312 141 42
Binary 11 1101100 10101011 1100010 100101 0 100001 11001010 1100001 100010

Color Harmonies of #036CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036CAB

Black with #036CAB

Text Example


Text Example

White with #036CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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