Shades of Blue Lagoon #036C7E
Tints of Blue Lagoon #036C7E
RGB
CMYK
RGB Variations
Color information
#036C7E (or 0x036C7E) is known color: Blue Lagoon. HEX triplet: 03, 6C and 7E. RGB value is (3,108,126). Sum of RGB (Red+Green+Blue) = 3+108+126=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #036C7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C7E is #FC9381. Grayscale: #4E4E4E. Windows color (decimal): -16552834 or 8285187. OLE color: 8285187.
HSL color Cylindrical-coordinate representation of color #036C7E: hue angle of 188.78º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036C7E is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 108 | 126 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.51 |
| HSL | 188.78º | 0.95% | 0.25% | - |
| HSV(B) | 188.78º | 0.98% | 0.49% | - |
| XYZ | 9.17 | 12.25 | 21.62 | - |
| YUV | 78.66 | 154.71 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 126 | 0.98 | 0.14 | 0 | 0.51 | 188.78 | 0.95 | 0.25 |
| Hex | 3 | 6C | 7E | 62 | E | 0 | 33 | BD | 5F | 19 |
| Octal | 3 | 154 | 176 | 142 | 16 | 0 | 63 | 275 | 137 | 31 |
| Binary | 11 | 1101100 | 1111110 | 1100010 | 1110 | 0 | 110011 | 10111101 | 1011111 | 11001 |
Color Harmonies of #036C7E
Complementary color
Monochromatic Colors of #036C7E
Black with #036C7E
Text Example
Text Example
White with #036C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C7E; }
p { color: rgb(3,108,126); }
H1.HeaderClassName
{
color: #036C7E;
}
.AnyTagClassName
{
color: #036C7E;
}
</style>
background-color css
<style>
a { background-color: #036C7E; }
a { background-color: rgb(3,108,126); }
div.DivClassName
{
background-color: #036C7E;
}
.BgClassName
{
background-color: #036C7E;
}
</style>
border-color css
<style>
span { border-color: #036C7E; }
span { border-color: rgb(3,108,126); }
td.TdClassName
{
border-color: #036C7E;
}
.TagClassName
{
border-color: #036C7E;
}
</style>