Shades of Blue Lagoon #035673
Tints of Blue Lagoon #035673
RGB
CMYK
RGB Variations
Color information
#035673 (or 0x035673) is known color: Blue Lagoon. HEX triplet: 03, 56 and 73. RGB value is (3,86,115). Sum of RGB (Red+Green+Blue) = 3+86+115=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #035673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035673 is #FCA98C. Grayscale: #404040. Windows color (decimal): -16558477 or 7558659. OLE color: 7558659.
HSL color Cylindrical-coordinate representation of color #035673: hue angle of 195.54º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035673 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 86 | 115 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.55 |
| HSL | 195.54º | 0.95% | 0.23% | - |
| HSV(B) | 195.54º | 0.97% | 0.45% | - |
| XYZ | 6.46 | 7.91 | 17.41 | - |
| YUV | 64.49 | 156.5 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 86 | 115 | 0.97 | 0.25 | 0 | 0.55 | 195.54 | 0.95 | 0.23 |
| Hex | 3 | 56 | 73 | 61 | 19 | 0 | 37 | C4 | 5F | 17 |
| Octal | 3 | 126 | 163 | 141 | 31 | 0 | 67 | 304 | 137 | 27 |
| Binary | 11 | 1010110 | 1110011 | 1100001 | 11001 | 0 | 110111 | 11000100 | 1011111 | 10111 |
Color Harmonies of #035673
Complementary color
Monochromatic Colors of #035673
Black with #035673
Text Example
Text Example
White with #035673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035673; }
p { color: rgb(3,86,115); }
H1.HeaderClassName
{
color: #035673;
}
.AnyTagClassName
{
color: #035673;
}
</style>
background-color css
<style>
a { background-color: #035673; }
a { background-color: rgb(3,86,115); }
div.DivClassName
{
background-color: #035673;
}
.BgClassName
{
background-color: #035673;
}
</style>
border-color css
<style>
span { border-color: #035673; }
span { border-color: rgb(3,86,115); }
td.TdClassName
{
border-color: #035673;
}
.TagClassName
{
border-color: #035673;
}
</style>