Html Css Color HEX #036971 Blue Lagoon

📋 copy color: '#036971'

red 3 ◦ green 105 ◦ blue 113

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

Shades of Blue Lagoon #036971

Tints of Blue Lagoon #036971

RGB

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

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

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

R = 1.36%
G = 47.51%
B = 51.13%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#036971 (or 0x036971) is known color: Blue Lagoon. HEX triplet: 03, 69 and 71. RGB value is (3,105,113). Sum of RGB (Red+Green+Blue) = 3+105+113=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #036971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036971 is #FC968E. Grayscale: #4B4B4B. Windows color (decimal): -16553615 or 7432451. OLE color: 7432451.

HSL color Cylindrical-coordinate representation of color #036971: hue angle of 184.36º 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 #036971 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 105 113 -
CMYK 0.97 0.07 0 0.56
HSL 184.36º 0.95% 0.23% -
HSV(B) 184.36º 0.97% 0.44% -
XYZ 8.07 11.31 17.38 -
YUV 75.41 149.21 76.35 -
System Red Green Blue C M Y K H S L
Decimal 3 105 113 0.97 0.07 0 0.56 184.36 0.95 0.23
Hex 3 69 71 61 7 0 38 B8 5F 17
Octal 3 151 161 141 7 0 70 270 137 27
Binary 11 1101001 1110001 1100001 111 0 111000 10111000 1011111 10111

Color Harmonies of #036971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036971

Black with #036971

Text Example


Text Example

White with #036971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036971; }

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

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

background-color css

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

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

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

border-color css

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

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

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