Html Css Color HEX #036598 Cerulean

📋 copy color: '#036598'

red 3 ◦ green 101 ◦ blue 152

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

Shades of Cerulean #036598

Tints of Cerulean #036598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.45%

 BLUE value IS 152 (59.77% from 255) = 59.38%

R = 1.17%
G = 39.45%
B = 59.38%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#036598 (or 0x036598) is known color: Cerulean. HEX triplet: 03, 65 and 98. RGB value is (3,101,152). Sum of RGB (Red+Green+Blue) = 3+101+152=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #036598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036598 is #FC9A67. Grayscale: #4D4D4D. Windows color (decimal): -16554600 or 9987331. OLE color: 9987331.

HSL color Cylindrical-coordinate representation of color #036598: hue angle of 200.54º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036598 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 101 152 -
CMYK 0.98 0.34 0 0.40
HSL 200.54º 0.96% 0.3% -
HSV(B) 200.54º 0.98% 0.6% -
XYZ 10.36 11.59 31.4 -
YUV 77.51 170.03 74.85 -
System Red Green Blue C M Y K H S L
Decimal 3 101 152 0.98 0.34 0 0.40 200.54 0.96 0.3
Hex 3 65 98 62 22 0 28 C9 60 1E
Octal 3 145 230 142 42 0 50 311 140 36
Binary 11 1100101 10011000 1100010 100010 0 101000 11001001 1100000 11110

Color Harmonies of #036598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036598

Black with #036598

Text Example


Text Example

White with #036598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036598; }

 p { color: rgb(3,101,152); }

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

background-color css

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

 a { background-color: rgb(3,101,152); }

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

border-color css

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

 span { border-color: rgb(3,101,152); }

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