Html Css Color HEX #036A71 Blue Lagoon

📋 copy color: '#036A71'

red 3 ◦ green 106 ◦ blue 113

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

Shades of Blue Lagoon #036A71

Tints of Blue Lagoon #036A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 47.75%

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

R = 1.35%
G = 47.75%
B = 50.9%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#036A71 (or 0x036A71) is known color: Blue Lagoon. HEX triplet: 03, 6A and 71. RGB value is (3,106,113). Sum of RGB (Red+Green+Blue) = 3+106+113=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 106 (41.80% from 255 or 47.75% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #036A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036A71 is #FC958E. Grayscale: #4B4B4B. Windows color (decimal): -16553359 or 7432707. OLE color: 7432707.

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

Color convert

RGB 3 106 113 -
CMYK 0.97 0.06 0 0.56
HSL 183.82º 0.95% 0.23% -
HSV(B) 183.82º 0.97% 0.44% -
XYZ 8.17 11.52 17.42 -
YUV 76 148.88 75.93 -
System Red Green Blue C M Y K H S L
Decimal 3 106 113 0.97 0.06 0 0.56 183.82 0.95 0.23
Hex 3 6A 71 61 6 0 38 B8 5F 17
Octal 3 152 161 141 6 0 70 270 137 27
Binary 11 1101010 1110001 1100001 110 0 111000 10111000 1011111 10111

Color Harmonies of #036A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036A71

Black with #036A71

Text Example


Text Example

White with #036A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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