Shades of Blue Lagoon #036B7B
Tints of Blue Lagoon #036B7B
RGB
CMYK
RGB Variations
Color information
#036B7B (or 0x036B7B) is known color: Blue Lagoon. HEX triplet: 03, 6B and 7B. RGB value is (3,107,123). Sum of RGB (Red+Green+Blue) = 3+107+123=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #036B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036B7B is #FC9484. Grayscale: #4D4D4D. Windows color (decimal): -16553093 or 8088323. OLE color: 8088323.
HSL color Cylindrical-coordinate representation of color #036B7B: hue angle of 188º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036B7B is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 107 | 123 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.52 |
| HSL | 188º | 0.95% | 0.25% | - |
| HSV(B) | 188º | 0.98% | 0.48% | - |
| XYZ | 8.87 | 11.96 | 20.58 | - |
| YUV | 77.73 | 153.54 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 123 | 0.98 | 0.13 | 0 | 0.52 | 188 | 0.95 | 0.25 |
| Hex | 3 | 6B | 7B | 62 | D | 0 | 34 | BC | 5F | 19 |
| Octal | 3 | 153 | 173 | 142 | 15 | 0 | 64 | 274 | 137 | 31 |
| Binary | 11 | 1101011 | 1111011 | 1100010 | 1101 | 0 | 110100 | 10111100 | 1011111 | 11001 |
Color Harmonies of #036B7B
Complementary color
Monochromatic Colors of #036B7B
Black with #036B7B
Text Example
Text Example
White with #036B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036B7B; }
p { color: rgb(3,107,123); }
H1.HeaderClassName
{
color: #036B7B;
}
.AnyTagClassName
{
color: #036B7B;
}
</style>
background-color css
<style>
a { background-color: #036B7B; }
a { background-color: rgb(3,107,123); }
div.DivClassName
{
background-color: #036B7B;
}
.BgClassName
{
background-color: #036B7B;
}
</style>
border-color css
<style>
span { border-color: #036B7B; }
span { border-color: rgb(3,107,123); }
td.TdClassName
{
border-color: #036B7B;
}
.TagClassName
{
border-color: #036B7B;
}
</style>