Html Css Color HEX #036071 Blue Lagoon

📋 copy color: '#036071'

red 3 ◦ green 96 ◦ blue 113

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

Shades of Blue Lagoon #036071

Tints of Blue Lagoon #036071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.28%

 BLUE value IS 113 (44.53% from 255) = 53.3%

R = 1.42%
G = 45.28%
B = 53.3%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#036071 (or 0x036071) is known color: Blue Lagoon. HEX triplet: 03, 60 and 71. RGB value is (3,96,113). Sum of RGB (Red+Green+Blue) = 3+96+113=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #036071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036071 is #FC9F8E. Grayscale: #454545. Windows color (decimal): -16555919 or 7430147. OLE color: 7430147.

HSL color Cylindrical-coordinate representation of color #036071: hue angle of 189.27º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036071 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 96 113 -
CMYK 0.97 0.15 0 0.56
HSL 189.27º 0.95% 0.23% -
HSV(B) 189.27º 0.97% 0.44% -
XYZ 7.2 9.58 17.09 -
YUV 70.13 152.19 80.12 -
System Red Green Blue C M Y K H S L
Decimal 3 96 113 0.97 0.15 0 0.56 189.27 0.95 0.23
Hex 3 60 71 61 F 0 38 BD 5F 17
Octal 3 140 161 141 17 0 70 275 137 27
Binary 11 1100000 1110001 1100001 1111 0 111000 10111101 1011111 10111

Color Harmonies of #036071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036071

Black with #036071

Text Example


Text Example

White with #036071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036071; }

 p { color: rgb(3,96,113); }

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

background-color css

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

 a { background-color: rgb(3,96,113); }

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

border-color css

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

 span { border-color: rgb(3,96,113); }

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