Html Css Color HEX #036D73 Blue Lagoon

📋 copy color: '#036D73'

red 3 ◦ green 109 ◦ blue 115

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

Shades of Blue Lagoon #036D73

Tints of Blue Lagoon #036D73

RGB

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

 GREEN value IS 109 (42.97% from 255) = 48.02%

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 1.32%
G = 48.02%
B = 50.66%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#036D73 (or 0x036D73) is known color: Blue Lagoon. HEX triplet: 03, 6D and 73. RGB value is (3,109,115). Sum of RGB (Red+Green+Blue) = 3+109+115=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 109 (42.97% from 255 or 48.02% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #036D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036D73 is #FC928C. Grayscale: #4D4D4D. Windows color (decimal): -16552589 or 7564547. OLE color: 7564547.

HSL color Cylindrical-coordinate representation of color #036D73: hue angle of 183.21º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036D73 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 109 115 -
CMYK 0.97 0.05 0 0.55
HSL 183.21º 0.95% 0.23% -
HSV(B) 183.21º 0.97% 0.45% -
XYZ 8.6 12.19 18.12 -
YUV 77.99 148.88 74.51 -
System Red Green Blue C M Y K H S L
Decimal 3 109 115 0.97 0.05 0 0.55 183.21 0.95 0.23
Hex 3 6D 73 61 5 0 37 B7 5F 17
Octal 3 155 163 141 5 0 67 267 137 27
Binary 11 1101101 1110011 1100001 101 0 110111 10110111 1011111 10111

Color Harmonies of #036D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036D73

Black with #036D73

Text Example


Text Example

White with #036D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,109,115); }

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

background-color css

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

 a { background-color: rgb(3,109,115); }

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

border-color css

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

 span { border-color: rgb(3,109,115); }

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