Html Css Color HEX #036994 Cerulean

📋 copy color: '#036994'

red 3 ◦ green 105 ◦ blue 148

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

Shades of Cerulean #036994

Tints of Cerulean #036994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.02%

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

R = 1.17%
G = 41.02%
B = 57.81%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#036994 (or 0x036994) is known color: Cerulean. HEX triplet: 03, 69 and 94. RGB value is (3,105,148). Sum of RGB (Red+Green+Blue) = 3+105+148=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #036994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036994 is #FC966B. Grayscale: #4F4F4F. Windows color (decimal): -16553580 or 9726211. OLE color: 9726211.

HSL color Cylindrical-coordinate representation of color #036994: hue angle of 197.79º 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 #036994 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 105 148 -
CMYK 0.98 0.29 0 0.42
HSL 197.79º 0.96% 0.3% -
HSV(B) 197.79º 0.98% 0.58% -
XYZ 10.43 12.26 29.83 -
YUV 79.4 166.71 73.5 -
System Red Green Blue C M Y K H S L
Decimal 3 105 148 0.98 0.29 0 0.42 197.79 0.96 0.3
Hex 3 69 94 62 1D 0 2A C6 60 1E
Octal 3 151 224 142 35 0 52 306 140 36
Binary 11 1101001 10010100 1100010 11101 0 101010 11000110 1100000 11110

Color Harmonies of #036994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036994

Black with #036994

Text Example


Text Example

White with #036994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036994; }

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

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

background-color css

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

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

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

border-color css

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

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

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