Shades of Blue Lagoon #035D6B
Tints of Blue Lagoon #035D6B
RGB
CMYK
RGB Variations
Color information
#035D6B (or 0x035D6B) is known color: Blue Lagoon. HEX triplet: 03, 5D and 6B. RGB value is (3,93,107). Sum of RGB (Red+Green+Blue) = 3+93+107=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 93 (36.72% from 255 or 45.81% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #035D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035D6B is #FCA294. Grayscale: #434343. Windows color (decimal): -16556693 or 7036163. OLE color: 7036163.
HSL color Cylindrical-coordinate representation of color #035D6B: hue angle of 188.08º 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 #035D6B is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 93 | 107 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.58 |
| HSL | 188.08º | 0.95% | 0.22% | - |
| HSV(B) | 188.08º | 0.97% | 0.42% | - |
| XYZ | 6.61 | 8.91 | 15.28 | - |
| YUV | 67.69 | 150.18 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 107 | 0.97 | 0.13 | 0 | 0.58 | 188.08 | 0.95 | 0.22 |
| Hex | 3 | 5D | 6B | 61 | D | 0 | 3A | BC | 5F | 16 |
| Octal | 3 | 135 | 153 | 141 | 15 | 0 | 72 | 274 | 137 | 26 |
| Binary | 11 | 1011101 | 1101011 | 1100001 | 1101 | 0 | 111010 | 10111100 | 1011111 | 10110 |
Color Harmonies of #035D6B
Complementary color
Monochromatic Colors of #035D6B
Black with #035D6B
Text Example
Text Example
White with #035D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035D6B; }
p { color: rgb(3,93,107); }
H1.HeaderClassName
{
color: #035D6B;
}
.AnyTagClassName
{
color: #035D6B;
}
</style>
background-color css
<style>
a { background-color: #035D6B; }
a { background-color: rgb(3,93,107); }
div.DivClassName
{
background-color: #035D6B;
}
.BgClassName
{
background-color: #035D6B;
}
</style>
border-color css
<style>
span { border-color: #035D6B; }
span { border-color: rgb(3,93,107); }
td.TdClassName
{
border-color: #035D6B;
}
.TagClassName
{
border-color: #035D6B;
}
</style>