#036D7F

Color #036D7F Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #036D7F

Tints of Blue Lagoon #036D7F

Color information

#036D7F (or 0x036D7F) is unknown color: approx Blue Lagoon. HEX triplet: 03, 6D and 7F. RGB value is (3,109,127). Sum of RGB (Red+Green+Blue) = 3+109+127=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #036D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036D7F is #FC9280. Grayscale: #4F4F4F. Windows color (decimal): -16552577 or 8350979. OLE color: 8350979.

HSL color Cylindrical-coordinate representation of color #036D7F: hue angle of 188.71º 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 #036D7F is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3109127-
CMYK0.980.1400.50
HSL188.71º95.38%25.49%-
HSV(B)188.71º97.64%49.8%-
XYZ9.3412.4922-
YUV79.36154.8873.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.26%
GREEN value IS 109 (42.97% from 255) = 45.61%
BLUE value IS 127 (50% from 255) = 53.14%
R=1.26%
G=45.61%
B=53.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31091270.980.1400.50188.7195.3825.49
Hex36D7F62E032bd5f19
Octal31551771421606227513731
Binary111101101111111111000101110011001010111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #036D7F;
 }
 .AnyTagClassName
 {
   color: #036D7F;
 }
</style>
background-color css

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

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

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

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

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

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