Html Css Color HEX #036A94 Cerulean

📋 copy color: '#036A94'

red 3 ◦ green 106 ◦ blue 148

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

Shades of Cerulean #036A94

Tints of Cerulean #036A94

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.25%

 BLUE value IS 148 (58.2% from 255) = 57.59%

R = 1.17%
G = 41.25%
B = 57.59%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#036A94 (or 0x036A94) is known color: Cerulean. HEX triplet: 03, 6A and 94. RGB value is (3,106,148). Sum of RGB (Red+Green+Blue) = 3+106+148=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #036A94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036A94 is #FC956B. Grayscale: #4F4F4F. Windows color (decimal): -16553324 or 9726467. OLE color: 9726467.

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

Color convert

RGB 3 106 148 -
CMYK 0.98 0.28 0 0.42
HSL 197.38º 0.96% 0.3% -
HSV(B) 197.38º 0.98% 0.58% -
XYZ 10.54 12.47 29.87 -
YUV 79.99 166.38 73.08 -
System Red Green Blue C M Y K H S L
Decimal 3 106 148 0.98 0.28 0 0.42 197.38 0.96 0.3
Hex 3 6A 94 62 1C 0 2A C5 60 1E
Octal 3 152 224 142 34 0 52 305 140 36
Binary 11 1101010 10010100 1100010 11100 0 101010 11000101 1100000 11110

Color Harmonies of #036A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036A94

Black with #036A94

Text Example


Text Example

White with #036A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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