Shades of Blue Lagoon #036968
Tints of Blue Lagoon #036968
RGB
CMYK
RGB Variations
Color information
#036968 (or 0x036968) is known color: Blue Lagoon. HEX triplet: 03, 69 and 68. RGB value is (3,105,104). Sum of RGB (Red+Green+Blue) = 3+105+104=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #036968 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036968 is #FC9697. Grayscale: #4A4A4A. Windows color (decimal): -16553624 or 6842627. OLE color: 6842627.
HSL color Cylindrical-coordinate representation of color #036968: hue angle of 179.41º 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 #036968 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 105 | 104 | - |
| CMYK | 0.97 | 0 | 0.01 | 0.59 |
| HSL | 179.41º | 0.94% | 0.21% | - |
| HSV(B) | 179.41º | 0.97% | 0.41% | - |
| XYZ | 7.59 | 11.12 | 14.84 | - |
| YUV | 74.39 | 144.71 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 104 | 0.97 | 0 | 0.01 | 0.59 | 179.41 | 0.94 | 0.21 |
| Hex | 3 | 69 | 68 | 61 | 0 | 1 | 3B | B3 | 5E | 15 |
| Octal | 3 | 151 | 150 | 141 | 0 | 1 | 73 | 263 | 136 | 25 |
| Binary | 11 | 1101001 | 1101000 | 1100001 | 0 | 1 | 111011 | 10110011 | 1011110 | 10101 |
Color Harmonies of #036968
Complementary color
Monochromatic Colors of #036968
Black with #036968
Text Example
Text Example
White with #036968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036968; }
p { color: rgb(3,105,104); }
H1.HeaderClassName
{
color: #036968;
}
.AnyTagClassName
{
color: #036968;
}
</style>
background-color css
<style>
a { background-color: #036968; }
a { background-color: rgb(3,105,104); }
div.DivClassName
{
background-color: #036968;
}
.BgClassName
{
background-color: #036968;
}
</style>
border-color css
<style>
span { border-color: #036968; }
span { border-color: rgb(3,105,104); }
td.TdClassName
{
border-color: #036968;
}
.TagClassName
{
border-color: #036968;
}
</style>