Shades of Blue Lagoon #036380
Tints of Blue Lagoon #036380
RGB
CMYK
RGB Variations
Color information
#036380 (or 0x036380) is known color: Blue Lagoon. HEX triplet: 03, 63 and 80. RGB value is (3,99,128). Sum of RGB (Red+Green+Blue) = 3+99+128=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #036380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036380 is #FC9C7F. Grayscale: #494949. Windows color (decimal): -16555136 or 8413955. OLE color: 8413955.
HSL color Cylindrical-coordinate representation of color #036380: hue angle of 193.92º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036380 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 99 | 128 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.50 |
| HSL | 193.92º | 0.95% | 0.26% | - |
| HSV(B) | 193.92º | 0.98% | 0.5% | - |
| XYZ | 8.4 | 10.5 | 22.01 | - |
| YUV | 73.6 | 158.7 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 128 | 0.98 | 0.23 | 0 | 0.50 | 193.92 | 0.95 | 0.26 |
| Hex | 3 | 63 | 80 | 62 | 17 | 0 | 32 | C2 | 5F | 1A |
| Octal | 3 | 143 | 200 | 142 | 27 | 0 | 62 | 302 | 137 | 32 |
| Binary | 11 | 1100011 | 10000000 | 1100010 | 10111 | 0 | 110010 | 11000010 | 1011111 | 11010 |
Color Harmonies of #036380
Complementary color
Monochromatic Colors of #036380
Black with #036380
Text Example
Text Example
White with #036380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036380; }
p { color: rgb(3,99,128); }
H1.HeaderClassName
{
color: #036380;
}
.AnyTagClassName
{
color: #036380;
}
</style>
background-color css
<style>
a { background-color: #036380; }
a { background-color: rgb(3,99,128); }
div.DivClassName
{
background-color: #036380;
}
.BgClassName
{
background-color: #036380;
}
</style>
border-color css
<style>
span { border-color: #036380; }
span { border-color: rgb(3,99,128); }
td.TdClassName
{
border-color: #036380;
}
.TagClassName
{
border-color: #036380;
}
</style>