Shades of Blue Lagoon #035366
Tints of Blue Lagoon #035366
RGB
CMYK
RGB Variations
Color information
#035366 (or 0x035366) is known color: Blue Lagoon. HEX triplet: 03, 53 and 66. RGB value is (3,83,102). Sum of RGB (Red+Green+Blue) = 3+83+102=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #035366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035366 is #FCAC99. Grayscale: #3D3D3D. Windows color (decimal): -16559258 or 6705923. OLE color: 6705923.
HSL color Cylindrical-coordinate representation of color #035366: hue angle of 191.52º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035366 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 83 | 102 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.6 |
| HSL | 191.52º | 0.94% | 0.21% | - |
| HSV(B) | 191.52º | 0.97% | 0.4% | - |
| XYZ | 5.53 | 7.17 | 13.66 | - |
| YUV | 61.25 | 151 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 102 | 0.97 | 0.19 | 0 | 0.6 | 191.52 | 0.94 | 0.21 |
| Hex | 3 | 53 | 66 | 61 | 13 | 0 | 3C | C0 | 5E | 15 |
| Octal | 3 | 123 | 146 | 141 | 23 | 0 | 74 | 300 | 136 | 25 |
| Binary | 11 | 1010011 | 1100110 | 1100001 | 10011 | 0 | 111100 | 11000000 | 1011110 | 10101 |
Color Harmonies of #035366
Complementary color
Monochromatic Colors of #035366
Black with #035366
Text Example
Text Example
White with #035366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035366; }
p { color: rgb(3,83,102); }
H1.HeaderClassName
{
color: #035366;
}
.AnyTagClassName
{
color: #035366;
}
</style>
background-color css
<style>
a { background-color: #035366; }
a { background-color: rgb(3,83,102); }
div.DivClassName
{
background-color: #035366;
}
.BgClassName
{
background-color: #035366;
}
</style>
border-color css
<style>
span { border-color: #035366; }
span { border-color: rgb(3,83,102); }
td.TdClassName
{
border-color: #035366;
}
.TagClassName
{
border-color: #035366;
}
</style>