Shades of Blue Lagoon #035C68
Tints of Blue Lagoon #035C68
RGB
CMYK
RGB Variations
Color information
#035C68 (or 0x035C68) is known color: Blue Lagoon. HEX triplet: 03, 5C and 68. RGB value is (3,92,104). Sum of RGB (Red+Green+Blue) = 3+92+104=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #035C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035C68 is #FCA397. Grayscale: #424242. Windows color (decimal): -16556952 or 6839299. OLE color: 6839299.
HSL color Cylindrical-coordinate representation of color #035C68: hue angle of 187.13º 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 #035C68 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 92 | 104 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.59 |
| HSL | 187.13º | 0.94% | 0.21% | - |
| HSV(B) | 187.13º | 0.97% | 0.41% | - |
| XYZ | 6.36 | 8.67 | 14.44 | - |
| YUV | 66.76 | 149.01 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 104 | 0.97 | 0.12 | 0 | 0.59 | 187.13 | 0.94 | 0.21 |
| Hex | 3 | 5C | 68 | 61 | C | 0 | 3B | BB | 5E | 15 |
| Octal | 3 | 134 | 150 | 141 | 14 | 0 | 73 | 273 | 136 | 25 |
| Binary | 11 | 1011100 | 1101000 | 1100001 | 1100 | 0 | 111011 | 10111011 | 1011110 | 10101 |
Color Harmonies of #035C68
Complementary color
Monochromatic Colors of #035C68
Black with #035C68
Text Example
Text Example
White with #035C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C68; }
p { color: rgb(3,92,104); }
H1.HeaderClassName
{
color: #035C68;
}
.AnyTagClassName
{
color: #035C68;
}
</style>
background-color css
<style>
a { background-color: #035C68; }
a { background-color: rgb(3,92,104); }
div.DivClassName
{
background-color: #035C68;
}
.BgClassName
{
background-color: #035C68;
}
</style>
border-color css
<style>
span { border-color: #035C68; }
span { border-color: rgb(3,92,104); }
td.TdClassName
{
border-color: #035C68;
}
.TagClassName
{
border-color: #035C68;
}
</style>