Html Css Color HEX #036B7F Blue Lagoon

📋 copy color: '#036B7F'

red 3 ◦ green 107 ◦ blue 127

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

Shades of Blue Lagoon #036B7F

Tints of Blue Lagoon #036B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.15%

 BLUE value IS 127 (50% from 255) = 53.59%

R = 1.27%
G = 45.15%
B = 53.59%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#036B7F (or 0x036B7F) is known color: Blue Lagoon. HEX triplet: 03, 6B and 7F. RGB value is (3,107,127). Sum of RGB (Red+Green+Blue) = 3+107+127=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #036B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036B7F is #FC9480. Grayscale: #4E4E4E. Windows color (decimal): -16553089 or 8350467. OLE color: 8350467.

HSL color Cylindrical-coordinate representation of color #036B7F: hue angle of 189.68º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036B7F is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 107 127 -
CMYK 0.98 0.16 0 0.50
HSL 189.68º 0.95% 0.25% -
HSV(B) 189.68º 0.98% 0.5% -
XYZ 9.13 12.07 21.93 -
YUV 78.18 155.54 74.37 -
System Red Green Blue C M Y K H S L
Decimal 3 107 127 0.98 0.16 0 0.50 189.68 0.95 0.25
Hex 3 6B 7F 62 10 0 32 BE 5F 19
Octal 3 153 177 142 20 0 62 276 137 31
Binary 11 1101011 1111111 1100010 10000 0 110010 10111110 1011111 11001

Color Harmonies of #036B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036B7F

Black with #036B7F

Text Example


Text Example

White with #036B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,107,127); }

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

background-color css

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

 a { background-color: rgb(3,107,127); }

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

border-color css

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

 span { border-color: rgb(3,107,127); }

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