Shades of Blue Lagoon #035F6B
Tints of Blue Lagoon #035F6B
RGB
CMYK
RGB Variations
Color information
#035F6B (or 0x035F6B) is known color: Blue Lagoon. HEX triplet: 03, 5F and 6B. RGB value is (3,95,107). Sum of RGB (Red+Green+Blue) = 3+95+107=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #035F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035F6B is #FCA094. Grayscale: #444444. Windows color (decimal): -16556181 or 7036675. OLE color: 7036675.
HSL color Cylindrical-coordinate representation of color #035F6B: hue angle of 186.92º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035F6B is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 95 | 107 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.58 |
| HSL | 186.92º | 0.95% | 0.22% | - |
| HSV(B) | 186.92º | 0.97% | 0.42% | - |
| XYZ | 6.78 | 9.27 | 15.34 | - |
| YUV | 68.86 | 149.52 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 107 | 0.97 | 0.11 | 0 | 0.58 | 186.92 | 0.95 | 0.22 |
| Hex | 3 | 5F | 6B | 61 | B | 0 | 3A | BB | 5F | 16 |
| Octal | 3 | 137 | 153 | 141 | 13 | 0 | 72 | 273 | 137 | 26 |
| Binary | 11 | 1011111 | 1101011 | 1100001 | 1011 | 0 | 111010 | 10111011 | 1011111 | 10110 |
Color Harmonies of #035F6B
Complementary color
Monochromatic Colors of #035F6B
Black with #035F6B
Text Example
Text Example
White with #035F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035F6B; }
p { color: rgb(3,95,107); }
H1.HeaderClassName
{
color: #035F6B;
}
.AnyTagClassName
{
color: #035F6B;
}
</style>
background-color css
<style>
a { background-color: #035F6B; }
a { background-color: rgb(3,95,107); }
div.DivClassName
{
background-color: #035F6B;
}
.BgClassName
{
background-color: #035F6B;
}
</style>
border-color css
<style>
span { border-color: #035F6B; }
span { border-color: rgb(3,95,107); }
td.TdClassName
{
border-color: #035F6B;
}
.TagClassName
{
border-color: #035F6B;
}
</style>