#036C7F

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

Shades of Blue Lagoon #036C7F

Tints of Blue Lagoon #036C7F

Color information

#036C7F (or 0x036C7F) is unknown color: approx Blue Lagoon. HEX triplet: 03, 6C and 7F. RGB value is (3,108,127). Sum of RGB (Red+Green+Blue) = 3+108+127=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #036C7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C7F is #FC9380. Grayscale: #4E4E4E. Windows color (decimal): -16552833 or 8350723. OLE color: 8350723.

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

Color convert

RGB3108127-
CMYK0.980.1500.50
HSL189.19º95.38%25.49%-
HSV(B)189.19º97.64%49.8%-
XYZ9.2312.2821.96-
YUV78.77155.2173.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.26%
GREEN value IS 108 (42.58% from 255) = 45.38%
BLUE value IS 127 (50% from 255) = 53.36%
R=1.26%
G=45.38%
B=53.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31081270.980.1500.50189.1995.3825.49
Hex36C7F62F032bd5f19
Octal31541771421706227513731
Binary111101100111111111000101111011001010111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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