Shades of Blue Lagoon #035E83
Tints of Blue Lagoon #035E83
RGB
CMYK
RGB Variations
Color information
#035E83 (or 0x035E83) is known color: Blue Lagoon. HEX triplet: 03, 5E and 83. RGB value is (3,94,131). Sum of RGB (Red+Green+Blue) = 3+94+131=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #035E83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035E83 is #FCA17C. Grayscale: #464646. Windows color (decimal): -16556413 or 8609283. OLE color: 8609283.
HSL color Cylindrical-coordinate representation of color #035E83: hue angle of 197.34º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035E83 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 94 | 131 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.49 |
| HSL | 197.34º | 0.96% | 0.26% | - |
| HSV(B) | 197.34º | 0.98% | 0.51% | - |
| XYZ | 8.14 | 9.66 | 22.91 | - |
| YUV | 71.01 | 161.85 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 131 | 0.98 | 0.28 | 0 | 0.49 | 197.34 | 0.96 | 0.26 |
| Hex | 3 | 5E | 83 | 62 | 1C | 0 | 31 | C5 | 60 | 1A |
| Octal | 3 | 136 | 203 | 142 | 34 | 0 | 61 | 305 | 140 | 32 |
| Binary | 11 | 1011110 | 10000011 | 1100010 | 11100 | 0 | 110001 | 11000101 | 1100000 | 11010 |
Color Harmonies of #035E83
Complementary color
Monochromatic Colors of #035E83
Black with #035E83
Text Example
Text Example
White with #035E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035E83; }
p { color: rgb(3,94,131); }
H1.HeaderClassName
{
color: #035E83;
}
.AnyTagClassName
{
color: #035E83;
}
</style>
background-color css
<style>
a { background-color: #035E83; }
a { background-color: rgb(3,94,131); }
div.DivClassName
{
background-color: #035E83;
}
.BgClassName
{
background-color: #035E83;
}
</style>
border-color css
<style>
span { border-color: #035E83; }
span { border-color: rgb(3,94,131); }
td.TdClassName
{
border-color: #035E83;
}
.TagClassName
{
border-color: #035E83;
}
</style>