Shades of Blue Lagoon #036768
Tints of Blue Lagoon #036768
RGB
CMYK
RGB Variations
Color information
#036768 (or 0x036768) is known color: Blue Lagoon. HEX triplet: 03, 67 and 68. RGB value is (3,103,104). Sum of RGB (Red+Green+Blue) = 3+103+104=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #036768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036768 is #FC9897. Grayscale: #494949. Windows color (decimal): -16554136 or 6842115. OLE color: 6842115.
HSL color Cylindrical-coordinate representation of color #036768: hue angle of 180.59º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036768 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 103 | 104 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.59 |
| HSL | 180.59º | 0.94% | 0.21% | - |
| HSV(B) | 180.59º | 0.97% | 0.41% | - |
| XYZ | 7.39 | 10.72 | 14.78 | - |
| YUV | 73.21 | 145.37 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 104 | 0.97 | 0.01 | 0 | 0.59 | 180.59 | 0.94 | 0.21 |
| Hex | 3 | 67 | 68 | 61 | 1 | 0 | 3B | B5 | 5E | 15 |
| Octal | 3 | 147 | 150 | 141 | 1 | 0 | 73 | 265 | 136 | 25 |
| Binary | 11 | 1100111 | 1101000 | 1100001 | 1 | 0 | 111011 | 10110101 | 1011110 | 10101 |
Color Harmonies of #036768
Complementary color
Monochromatic Colors of #036768
Black with #036768
Text Example
Text Example
White with #036768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036768; }
p { color: rgb(3,103,104); }
H1.HeaderClassName
{
color: #036768;
}
.AnyTagClassName
{
color: #036768;
}
</style>
background-color css
<style>
a { background-color: #036768; }
a { background-color: rgb(3,103,104); }
div.DivClassName
{
background-color: #036768;
}
.BgClassName
{
background-color: #036768;
}
</style>
border-color css
<style>
span { border-color: #036768; }
span { border-color: rgb(3,103,104); }
td.TdClassName
{
border-color: #036768;
}
.TagClassName
{
border-color: #036768;
}
</style>