Shades of Blue Lagoon #035667
Tints of Blue Lagoon #035667
RGB
CMYK
RGB Variations
Color information
#035667 (or 0x035667) is known color: Blue Lagoon. HEX triplet: 03, 56 and 67. RGB value is (3,86,103). Sum of RGB (Red+Green+Blue) = 3+86+103=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 103 (40.62% from 255 or 53.65% from 192); Max value from RGB is 103 - color contains mainly: blue. Hex color #035667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035667 is #FCA998. Grayscale: #3E3E3E. Windows color (decimal): -16558489 or 6772227. OLE color: 6772227.
HSL color Cylindrical-coordinate representation of color #035667: hue angle of 190.2º 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 #035667 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 86 | 103 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.60 |
| HSL | 190.2º | 0.94% | 0.21% | - |
| HSV(B) | 190.2º | 0.97% | 0.4% | - |
| XYZ | 5.81 | 7.65 | 14 | - |
| YUV | 63.12 | 150.5 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 86 | 103 | 0.97 | 0.17 | 0 | 0.60 | 190.2 | 0.94 | 0.21 |
| Hex | 3 | 56 | 67 | 61 | 11 | 0 | 3C | BE | 5E | 15 |
| Octal | 3 | 126 | 147 | 141 | 21 | 0 | 74 | 276 | 136 | 25 |
| Binary | 11 | 1010110 | 1100111 | 1100001 | 10001 | 0 | 111100 | 10111110 | 1011110 | 10101 |
Color Harmonies of #035667
Complementary color
Monochromatic Colors of #035667
Black with #035667
Text Example
Text Example
White with #035667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035667; }
p { color: rgb(3,86,103); }
H1.HeaderClassName
{
color: #035667;
}
.AnyTagClassName
{
color: #035667;
}
</style>
background-color css
<style>
a { background-color: #035667; }
a { background-color: rgb(3,86,103); }
div.DivClassName
{
background-color: #035667;
}
.BgClassName
{
background-color: #035667;
}
</style>
border-color css
<style>
span { border-color: #035667; }
span { border-color: rgb(3,86,103); }
td.TdClassName
{
border-color: #035667;
}
.TagClassName
{
border-color: #035667;
}
</style>