Shades of Blue Lagoon #035C7E
Tints of Blue Lagoon #035C7E
RGB
CMYK
RGB Variations
Color information
#035C7E (or 0x035C7E) is known color: Blue Lagoon. HEX triplet: 03, 5C and 7E. RGB value is (3,92,126). Sum of RGB (Red+Green+Blue) = 3+92+126=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 126 (49.61% from 255 or 57.01% from 221); Max value from RGB is 126 - color contains mainly: blue. Hex color #035C7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035C7E is #FCA381. Grayscale: #454545. Windows color (decimal): -16556930 or 8281091. OLE color: 8281091.
HSL color Cylindrical-coordinate representation of color #035C7E: hue angle of 196.59º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035C7E is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 92 | 126 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.51 |
| HSL | 196.59º | 0.95% | 0.25% | - |
| HSV(B) | 196.59º | 0.98% | 0.49% | - |
| XYZ | 7.63 | 9.18 | 21.11 | - |
| YUV | 69.27 | 160.01 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 126 | 0.98 | 0.27 | 0 | 0.51 | 196.59 | 0.95 | 0.25 |
| Hex | 3 | 5C | 7E | 62 | 1B | 0 | 33 | C5 | 5F | 19 |
| Octal | 3 | 134 | 176 | 142 | 33 | 0 | 63 | 305 | 137 | 31 |
| Binary | 11 | 1011100 | 1111110 | 1100010 | 11011 | 0 | 110011 | 11000101 | 1011111 | 11001 |
Color Harmonies of #035C7E
Complementary color
Monochromatic Colors of #035C7E
Black with #035C7E
Text Example
Text Example
White with #035C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C7E; }
p { color: rgb(3,92,126); }
H1.HeaderClassName
{
color: #035C7E;
}
.AnyTagClassName
{
color: #035C7E;
}
</style>
background-color css
<style>
a { background-color: #035C7E; }
a { background-color: rgb(3,92,126); }
div.DivClassName
{
background-color: #035C7E;
}
.BgClassName
{
background-color: #035C7E;
}
</style>
border-color css
<style>
span { border-color: #035C7E; }
span { border-color: rgb(3,92,126); }
td.TdClassName
{
border-color: #035C7E;
}
.TagClassName
{
border-color: #035C7E;
}
</style>