Shades of Blue Lagoon #035370
Tints of Blue Lagoon #035370
RGB
CMYK
RGB Variations
Color information
#035370 (or 0x035370) is known color: Blue Lagoon. HEX triplet: 03, 53 and 70. RGB value is (3,83,112). Sum of RGB (Red+Green+Blue) = 3+83+112=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #035370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035370 is #FCAC8F. Grayscale: #3E3E3E. Windows color (decimal): -16559248 or 7361283. OLE color: 7361283.
HSL color Cylindrical-coordinate representation of color #035370: hue angle of 195.96º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035370 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 83 | 112 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.56 |
| HSL | 195.96º | 0.95% | 0.23% | - |
| HSV(B) | 195.96º | 0.97% | 0.44% | - |
| XYZ | 6.06 | 7.38 | 16.43 | - |
| YUV | 62.39 | 156 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 112 | 0.97 | 0.26 | 0 | 0.56 | 195.96 | 0.95 | 0.23 |
| Hex | 3 | 53 | 70 | 61 | 1A | 0 | 38 | C4 | 5F | 17 |
| Octal | 3 | 123 | 160 | 141 | 32 | 0 | 70 | 304 | 137 | 27 |
| Binary | 11 | 1010011 | 1110000 | 1100001 | 11010 | 0 | 111000 | 11000100 | 1011111 | 10111 |
Color Harmonies of #035370
Complementary color
Monochromatic Colors of #035370
Black with #035370
Text Example
Text Example
White with #035370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035370; }
p { color: rgb(3,83,112); }
H1.HeaderClassName
{
color: #035370;
}
.AnyTagClassName
{
color: #035370;
}
</style>
background-color css
<style>
a { background-color: #035370; }
a { background-color: rgb(3,83,112); }
div.DivClassName
{
background-color: #035370;
}
.BgClassName
{
background-color: #035370;
}
</style>
border-color css
<style>
span { border-color: #035370; }
span { border-color: rgb(3,83,112); }
td.TdClassName
{
border-color: #035370;
}
.TagClassName
{
border-color: #035370;
}
</style>