Shades of Blue Lagoon #035373
Tints of Blue Lagoon #035373
RGB
CMYK
RGB Variations
Color information
#035373 (or 0x035373) is known color: Blue Lagoon. HEX triplet: 03, 53 and 73. RGB value is (3,83,115). Sum of RGB (Red+Green+Blue) = 3+83+115=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #035373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035373 is #FCAC8C. Grayscale: #3E3E3E. Windows color (decimal): -16559245 or 7557891. OLE color: 7557891.
HSL color Cylindrical-coordinate representation of color #035373: hue angle of 197.14º 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 #035373 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 83 | 115 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.55 |
| HSL | 197.14º | 0.95% | 0.23% | - |
| HSV(B) | 197.14º | 0.97% | 0.45% | - |
| XYZ | 6.23 | 7.44 | 17.33 | - |
| YUV | 62.73 | 157.5 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 115 | 0.97 | 0.28 | 0 | 0.55 | 197.14 | 0.95 | 0.23 |
| Hex | 3 | 53 | 73 | 61 | 1C | 0 | 37 | C5 | 5F | 17 |
| Octal | 3 | 123 | 163 | 141 | 34 | 0 | 67 | 305 | 137 | 27 |
| Binary | 11 | 1010011 | 1110011 | 1100001 | 11100 | 0 | 110111 | 11000101 | 1011111 | 10111 |
Color Harmonies of #035373
Complementary color
Monochromatic Colors of #035373
Black with #035373
Text Example
Text Example
White with #035373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035373; }
p { color: rgb(3,83,115); }
H1.HeaderClassName
{
color: #035373;
}
.AnyTagClassName
{
color: #035373;
}
</style>
background-color css
<style>
a { background-color: #035373; }
a { background-color: rgb(3,83,115); }
div.DivClassName
{
background-color: #035373;
}
.BgClassName
{
background-color: #035373;
}
</style>
border-color css
<style>
span { border-color: #035373; }
span { border-color: rgb(3,83,115); }
td.TdClassName
{
border-color: #035373;
}
.TagClassName
{
border-color: #035373;
}
</style>