Shades of Blue Lagoon #035E7B
Tints of Blue Lagoon #035E7B
RGB
CMYK
RGB Variations
Color information
#035E7B (or 0x035E7B) is known color: Blue Lagoon. HEX triplet: 03, 5E and 7B. RGB value is (3,94,123). Sum of RGB (Red+Green+Blue) = 3+94+123=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #035E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035E7B is #FCA184. Grayscale: #454545. Windows color (decimal): -16556421 or 8084995. OLE color: 8084995.
HSL color Cylindrical-coordinate representation of color #035E7B: hue angle of 194.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035E7B is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 94 | 123 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.52 |
| HSL | 194.5º | 0.95% | 0.25% | - |
| HSV(B) | 194.5º | 0.98% | 0.48% | - |
| XYZ | 7.62 | 9.45 | 20.16 | - |
| YUV | 70.1 | 157.85 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 123 | 0.98 | 0.24 | 0 | 0.52 | 194.5 | 0.95 | 0.25 |
| Hex | 3 | 5E | 7B | 62 | 18 | 0 | 34 | C2 | 5F | 19 |
| Octal | 3 | 136 | 173 | 142 | 30 | 0 | 64 | 302 | 137 | 31 |
| Binary | 11 | 1011110 | 1111011 | 1100010 | 11000 | 0 | 110100 | 11000010 | 1011111 | 11001 |
Color Harmonies of #035E7B
Complementary color
Monochromatic Colors of #035E7B
Black with #035E7B
Text Example
Text Example
White with #035E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035E7B; }
p { color: rgb(3,94,123); }
H1.HeaderClassName
{
color: #035E7B;
}
.AnyTagClassName
{
color: #035E7B;
}
</style>
background-color css
<style>
a { background-color: #035E7B; }
a { background-color: rgb(3,94,123); }
div.DivClassName
{
background-color: #035E7B;
}
.BgClassName
{
background-color: #035E7B;
}
</style>
border-color css
<style>
span { border-color: #035E7B; }
span { border-color: rgb(3,94,123); }
td.TdClassName
{
border-color: #035E7B;
}
.TagClassName
{
border-color: #035E7B;
}
</style>