Shades of Blue Lagoon #035F6D
Tints of Blue Lagoon #035F6D
RGB
CMYK
RGB Variations
Color information
#035F6D (or 0x035F6D) is known color: Blue Lagoon. HEX triplet: 03, 5F and 6D. RGB value is (3,95,109). Sum of RGB (Red+Green+Blue) = 3+95+109=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #035F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035F6D is #FCA092. Grayscale: #444444. Windows color (decimal): -16556179 or 7167747. OLE color: 7167747.
HSL color Cylindrical-coordinate representation of color #035F6D: hue angle of 187.92º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035F6D is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 95 | 109 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.57 |
| HSL | 187.92º | 0.95% | 0.22% | - |
| HSV(B) | 187.92º | 0.97% | 0.43% | - |
| XYZ | 6.89 | 9.31 | 15.9 | - |
| YUV | 69.09 | 150.52 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 95 | 109 | 0.97 | 0.13 | 0 | 0.57 | 187.92 | 0.95 | 0.22 |
| Hex | 3 | 5F | 6D | 61 | D | 0 | 39 | BC | 5F | 16 |
| Octal | 3 | 137 | 155 | 141 | 15 | 0 | 71 | 274 | 137 | 26 |
| Binary | 11 | 1011111 | 1101101 | 1100001 | 1101 | 0 | 111001 | 10111100 | 1011111 | 10110 |
Color Harmonies of #035F6D
Complementary color
Monochromatic Colors of #035F6D
Black with #035F6D
Text Example
Text Example
White with #035F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035F6D; }
p { color: rgb(3,95,109); }
H1.HeaderClassName
{
color: #035F6D;
}
.AnyTagClassName
{
color: #035F6D;
}
</style>
background-color css
<style>
a { background-color: #035F6D; }
a { background-color: rgb(3,95,109); }
div.DivClassName
{
background-color: #035F6D;
}
.BgClassName
{
background-color: #035F6D;
}
</style>
border-color css
<style>
span { border-color: #035F6D; }
span { border-color: rgb(3,95,109); }
td.TdClassName
{
border-color: #035F6D;
}
.TagClassName
{
border-color: #035F6D;
}
</style>