Shades of Blue Lagoon #035168
Tints of Blue Lagoon #035168
RGB
CMYK
RGB Variations
Color information
#035168 (or 0x035168) is known color: Blue Lagoon. HEX triplet: 03, 51 and 68. RGB value is (3,81,104). Sum of RGB (Red+Green+Blue) = 3+81+104=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #035168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035168 is #FCAE97. Grayscale: #3C3C3C. Windows color (decimal): -16559768 or 6836483. OLE color: 6836483.
HSL color Cylindrical-coordinate representation of color #035168: hue angle of 193.66º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035168 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 81 | 104 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.59 |
| HSL | 193.66º | 0.94% | 0.21% | - |
| HSV(B) | 193.66º | 0.97% | 0.41% | - |
| XYZ | 5.48 | 6.9 | 14.14 | - |
| YUV | 60.3 | 152.66 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 104 | 0.97 | 0.22 | 0 | 0.59 | 193.66 | 0.94 | 0.21 |
| Hex | 3 | 51 | 68 | 61 | 16 | 0 | 3B | C2 | 5E | 15 |
| Octal | 3 | 121 | 150 | 141 | 26 | 0 | 73 | 302 | 136 | 25 |
| Binary | 11 | 1010001 | 1101000 | 1100001 | 10110 | 0 | 111011 | 11000010 | 1011110 | 10101 |
Color Harmonies of #035168
Complementary color
Monochromatic Colors of #035168
Black with #035168
Text Example
Text Example
White with #035168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035168; }
p { color: rgb(3,81,104); }
H1.HeaderClassName
{
color: #035168;
}
.AnyTagClassName
{
color: #035168;
}
</style>
background-color css
<style>
a { background-color: #035168; }
a { background-color: rgb(3,81,104); }
div.DivClassName
{
background-color: #035168;
}
.BgClassName
{
background-color: #035168;
}
</style>
border-color css
<style>
span { border-color: #035168; }
span { border-color: rgb(3,81,104); }
td.TdClassName
{
border-color: #035168;
}
.TagClassName
{
border-color: #035168;
}
</style>