Shades of Blue Lagoon #035775
Tints of Blue Lagoon #035775
RGB
CMYK
RGB Variations
Color information
#035775 (or 0x035775) is known color: Blue Lagoon. HEX triplet: 03, 57 and 75. RGB value is (3,87,117). Sum of RGB (Red+Green+Blue) = 3+87+117=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #035775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035775 is #FCA88A. Grayscale: #414141. Windows color (decimal): -16558219 or 7689987. OLE color: 7689987.
HSL color Cylindrical-coordinate representation of color #035775: hue angle of 195.79º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035775 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 87 | 117 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.54 |
| HSL | 195.79º | 0.95% | 0.24% | - |
| HSV(B) | 195.79º | 0.97% | 0.46% | - |
| XYZ | 6.66 | 8.12 | 18.05 | - |
| YUV | 65.3 | 157.17 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 117 | 0.97 | 0.26 | 0 | 0.54 | 195.79 | 0.95 | 0.24 |
| Hex | 3 | 57 | 75 | 61 | 1A | 0 | 36 | C4 | 5F | 18 |
| Octal | 3 | 127 | 165 | 141 | 32 | 0 | 66 | 304 | 137 | 30 |
| Binary | 11 | 1010111 | 1110101 | 1100001 | 11010 | 0 | 110110 | 11000100 | 1011111 | 11000 |
Color Harmonies of #035775
Complementary color
Monochromatic Colors of #035775
Black with #035775
Text Example
Text Example
White with #035775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035775; }
p { color: rgb(3,87,117); }
H1.HeaderClassName
{
color: #035775;
}
.AnyTagClassName
{
color: #035775;
}
</style>
background-color css
<style>
a { background-color: #035775; }
a { background-color: rgb(3,87,117); }
div.DivClassName
{
background-color: #035775;
}
.BgClassName
{
background-color: #035775;
}
</style>
border-color css
<style>
span { border-color: #035775; }
span { border-color: rgb(3,87,117); }
td.TdClassName
{
border-color: #035775;
}
.TagClassName
{
border-color: #035775;
}
</style>