Shades of Blue Lagoon #035E68
Tints of Blue Lagoon #035E68
RGB
CMYK
RGB Variations
Color information
#035E68 (or 0x035E68) is known color: Blue Lagoon. HEX triplet: 03, 5E and 68. RGB value is (3,94,104). Sum of RGB (Red+Green+Blue) = 3+94+104=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 94 (37.11% from 255 or 46.77% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #035E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035E68 is #FCA197. Grayscale: #434343. Windows color (decimal): -16556440 or 6839811. OLE color: 6839811.
HSL color Cylindrical-coordinate representation of color #035E68: hue angle of 185.94º 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 #035E68 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 94 | 104 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.59 |
| HSL | 185.94º | 0.94% | 0.21% | - |
| HSV(B) | 185.94º | 0.97% | 0.41% | - |
| XYZ | 6.54 | 9.02 | 14.49 | - |
| YUV | 67.93 | 148.35 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 104 | 0.97 | 0.10 | 0 | 0.59 | 185.94 | 0.94 | 0.21 |
| Hex | 3 | 5E | 68 | 61 | A | 0 | 3B | BA | 5E | 15 |
| Octal | 3 | 136 | 150 | 141 | 12 | 0 | 73 | 272 | 136 | 25 |
| Binary | 11 | 1011110 | 1101000 | 1100001 | 1010 | 0 | 111011 | 10111010 | 1011110 | 10101 |
Color Harmonies of #035E68
Complementary color
Monochromatic Colors of #035E68
Black with #035E68
Text Example
Text Example
White with #035E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035E68; }
p { color: rgb(3,94,104); }
H1.HeaderClassName
{
color: #035E68;
}
.AnyTagClassName
{
color: #035E68;
}
</style>
background-color css
<style>
a { background-color: #035E68; }
a { background-color: rgb(3,94,104); }
div.DivClassName
{
background-color: #035E68;
}
.BgClassName
{
background-color: #035E68;
}
</style>
border-color css
<style>
span { border-color: #035E68; }
span { border-color: rgb(3,94,104); }
td.TdClassName
{
border-color: #035E68;
}
.TagClassName
{
border-color: #035E68;
}
</style>