Shades of Blue Lagoon #035D84
Tints of Blue Lagoon #035D84
RGB
CMYK
RGB Variations
Color information
#035D84 (or 0x035D84) is known color: Blue Lagoon. HEX triplet: 03, 5D and 84. RGB value is (3,93,132). Sum of RGB (Red+Green+Blue) = 3+93+132=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #035D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035D84 is #FCA27B. Grayscale: #464646. Windows color (decimal): -16556668 or 8674563. OLE color: 8674563.
HSL color Cylindrical-coordinate representation of color #035D84: hue angle of 198.14º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035D84 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 93 | 132 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.48 |
| HSL | 198.14º | 0.96% | 0.26% | - |
| HSV(B) | 198.14º | 0.98% | 0.52% | - |
| XYZ | 8.12 | 9.51 | 23.24 | - |
| YUV | 70.54 | 162.68 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 132 | 0.98 | 0.30 | 0 | 0.48 | 198.14 | 0.96 | 0.26 |
| Hex | 3 | 5D | 84 | 62 | 1E | 0 | 30 | C6 | 60 | 1A |
| Octal | 3 | 135 | 204 | 142 | 36 | 0 | 60 | 306 | 140 | 32 |
| Binary | 11 | 1011101 | 10000100 | 1100010 | 11110 | 0 | 110000 | 11000110 | 1100000 | 11010 |
Color Harmonies of #035D84
Complementary color
Monochromatic Colors of #035D84
Black with #035D84
Text Example
Text Example
White with #035D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035D84; }
p { color: rgb(3,93,132); }
H1.HeaderClassName
{
color: #035D84;
}
.AnyTagClassName
{
color: #035D84;
}
</style>
background-color css
<style>
a { background-color: #035D84; }
a { background-color: rgb(3,93,132); }
div.DivClassName
{
background-color: #035D84;
}
.BgClassName
{
background-color: #035D84;
}
</style>
border-color css
<style>
span { border-color: #035D84; }
span { border-color: rgb(3,93,132); }
td.TdClassName
{
border-color: #035D84;
}
.TagClassName
{
border-color: #035D84;
}
</style>