Shades of Blue Lagoon #036770
Tints of Blue Lagoon #036770
RGB
CMYK
RGB Variations
Color information
#036770 (or 0x036770) is known color: Blue Lagoon. HEX triplet: 03, 67 and 70. RGB value is (3,103,112). Sum of RGB (Red+Green+Blue) = 3+103+112=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #036770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036770 is #FC988F. Grayscale: #494949. Windows color (decimal): -16554128 or 7366403. OLE color: 7366403.
HSL color Cylindrical-coordinate representation of color #036770: hue angle of 184.95º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036770 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 103 | 112 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.56 |
| HSL | 184.95º | 0.95% | 0.23% | - |
| HSV(B) | 184.95º | 0.97% | 0.44% | - |
| XYZ | 7.81 | 10.89 | 17.02 | - |
| YUV | 74.13 | 149.37 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 112 | 0.97 | 0.08 | 0 | 0.56 | 184.95 | 0.95 | 0.23 |
| Hex | 3 | 67 | 70 | 61 | 8 | 0 | 38 | B9 | 5F | 17 |
| Octal | 3 | 147 | 160 | 141 | 10 | 0 | 70 | 271 | 137 | 27 |
| Binary | 11 | 1100111 | 1110000 | 1100001 | 1000 | 0 | 111000 | 10111001 | 1011111 | 10111 |
Color Harmonies of #036770
Complementary color
Monochromatic Colors of #036770
Black with #036770
Text Example
Text Example
White with #036770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036770; }
p { color: rgb(3,103,112); }
H1.HeaderClassName
{
color: #036770;
}
.AnyTagClassName
{
color: #036770;
}
</style>
background-color css
<style>
a { background-color: #036770; }
a { background-color: rgb(3,103,112); }
div.DivClassName
{
background-color: #036770;
}
.BgClassName
{
background-color: #036770;
}
</style>
border-color css
<style>
span { border-color: #036770; }
span { border-color: rgb(3,103,112); }
td.TdClassName
{
border-color: #036770;
}
.TagClassName
{
border-color: #036770;
}
</style>