Shades of Blue Lagoon #035B7E
Tints of Blue Lagoon #035B7E
RGB
CMYK
RGB Variations
Color information
#035B7E (or 0x035B7E) is known color: Blue Lagoon. HEX triplet: 03, 5B and 7E. RGB value is (3,91,126). Sum of RGB (Red+Green+Blue) = 3+91+126=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 126 (49.61% from 255 or 57.27% from 220); Max value from RGB is 126 - color contains mainly: blue. Hex color #035B7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035B7E is #FCA481. Grayscale: #444444. Windows color (decimal): -16557186 or 8280835. OLE color: 8280835.
HSL color Cylindrical-coordinate representation of color #035B7E: hue angle of 197.07º 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 #035B7E is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 91 | 126 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.51 |
| HSL | 197.07º | 0.95% | 0.25% | - |
| HSV(B) | 197.07º | 0.98% | 0.49% | - |
| XYZ | 7.54 | 9.01 | 21.08 | - |
| YUV | 68.68 | 160.35 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 126 | 0.98 | 0.28 | 0 | 0.51 | 197.07 | 0.95 | 0.25 |
| Hex | 3 | 5B | 7E | 62 | 1C | 0 | 33 | C5 | 5F | 19 |
| Octal | 3 | 133 | 176 | 142 | 34 | 0 | 63 | 305 | 137 | 31 |
| Binary | 11 | 1011011 | 1111110 | 1100010 | 11100 | 0 | 110011 | 11000101 | 1011111 | 11001 |
Color Harmonies of #035B7E
Complementary color
Monochromatic Colors of #035B7E
Black with #035B7E
Text Example
Text Example
White with #035B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035B7E; }
p { color: rgb(3,91,126); }
H1.HeaderClassName
{
color: #035B7E;
}
.AnyTagClassName
{
color: #035B7E;
}
</style>
background-color css
<style>
a { background-color: #035B7E; }
a { background-color: rgb(3,91,126); }
div.DivClassName
{
background-color: #035B7E;
}
.BgClassName
{
background-color: #035B7E;
}
</style>
border-color css
<style>
span { border-color: #035B7E; }
span { border-color: rgb(3,91,126); }
td.TdClassName
{
border-color: #035B7E;
}
.TagClassName
{
border-color: #035B7E;
}
</style>