Shades of Blue Lagoon #035566
Tints of Blue Lagoon #035566
RGB
CMYK
RGB Variations
Color information
#035566 (or 0x035566) is known color: Blue Lagoon. HEX triplet: 03, 55 and 66. RGB value is (3,85,102). Sum of RGB (Red+Green+Blue) = 3+85+102=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #035566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035566 is #FCAA99. Grayscale: #3E3E3E. Windows color (decimal): -16558746 or 6706435. OLE color: 6706435.
HSL color Cylindrical-coordinate representation of color #035566: hue angle of 190.3º 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 #035566 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 85 | 102 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.6 |
| HSL | 190.3º | 0.94% | 0.21% | - |
| HSV(B) | 190.3º | 0.97% | 0.4% | - |
| XYZ | 5.68 | 7.48 | 13.71 | - |
| YUV | 62.42 | 150.33 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 102 | 0.97 | 0.17 | 0 | 0.6 | 190.3 | 0.94 | 0.21 |
| Hex | 3 | 55 | 66 | 61 | 11 | 0 | 3C | BE | 5E | 15 |
| Octal | 3 | 125 | 146 | 141 | 21 | 0 | 74 | 276 | 136 | 25 |
| Binary | 11 | 1010101 | 1100110 | 1100001 | 10001 | 0 | 111100 | 10111110 | 1011110 | 10101 |
Color Harmonies of #035566
Complementary color
Monochromatic Colors of #035566
Black with #035566
Text Example
Text Example
White with #035566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035566; }
p { color: rgb(3,85,102); }
H1.HeaderClassName
{
color: #035566;
}
.AnyTagClassName
{
color: #035566;
}
</style>
background-color css
<style>
a { background-color: #035566; }
a { background-color: rgb(3,85,102); }
div.DivClassName
{
background-color: #035566;
}
.BgClassName
{
background-color: #035566;
}
</style>
border-color css
<style>
span { border-color: #035566; }
span { border-color: rgb(3,85,102); }
td.TdClassName
{
border-color: #035566;
}
.TagClassName
{
border-color: #035566;
}
</style>