Html Css Color HEX #036595 Cerulean

📋 copy color: '#036595'

red 3 ◦ green 101 ◦ blue 149

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

Shades of Cerulean #036595

Tints of Cerulean #036595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.89%

R = 1.19%
G = 39.92%
B = 58.89%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#036595 (or 0x036595) is known color: Cerulean. HEX triplet: 03, 65 and 95. RGB value is (3,101,149). Sum of RGB (Red+Green+Blue) = 3+101+149=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #036595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036595 is #FC9A6A. Grayscale: #4C4C4C. Windows color (decimal): -16554603 or 9790723. OLE color: 9790723.

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

Color convert

RGB 3 101 149 -
CMYK 0.98 0.32 0 0.42
HSL 199.73º 0.96% 0.3% -
HSV(B) 199.73º 0.98% 0.58% -
XYZ 10.12 11.5 30.12 -
YUV 77.17 168.53 75.1 -
System Red Green Blue C M Y K H S L
Decimal 3 101 149 0.98 0.32 0 0.42 199.73 0.96 0.3
Hex 3 65 95 62 20 0 2A C8 60 1E
Octal 3 145 225 142 40 0 52 310 140 36
Binary 11 1100101 10010101 1100010 100000 0 101010 11001000 1100000 11110

Color Harmonies of #036595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036595

Black with #036595

Text Example


Text Example

White with #036595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036595; }

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

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

background-color css

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

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

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

border-color css

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

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

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