Shades of Blue Lagoon #036483
Tints of Blue Lagoon #036483
RGB
CMYK
RGB Variations
Color information
#036483 (or 0x036483) is known color: Blue Lagoon. HEX triplet: 03, 64 and 83. RGB value is (3,100,131). Sum of RGB (Red+Green+Blue) = 3+100+131=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #036483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036483 is #FC9B7C. Grayscale: #4A4A4A. Windows color (decimal): -16554877 or 8610819. OLE color: 8610819.
HSL color Cylindrical-coordinate representation of color #036483: hue angle of 194.53º 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 #036483 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 100 | 131 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.49 |
| HSL | 194.53º | 0.96% | 0.26% | - |
| HSV(B) | 194.53º | 0.98% | 0.51% | - |
| XYZ | 8.69 | 10.77 | 23.09 | - |
| YUV | 74.53 | 159.86 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 131 | 0.98 | 0.24 | 0 | 0.49 | 194.53 | 0.96 | 0.26 |
| Hex | 3 | 64 | 83 | 62 | 18 | 0 | 31 | C3 | 60 | 1A |
| Octal | 3 | 144 | 203 | 142 | 30 | 0 | 61 | 303 | 140 | 32 |
| Binary | 11 | 1100100 | 10000011 | 1100010 | 11000 | 0 | 110001 | 11000011 | 1100000 | 11010 |
Color Harmonies of #036483
Complementary color
Monochromatic Colors of #036483
Black with #036483
Text Example
Text Example
White with #036483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036483; }
p { color: rgb(3,100,131); }
H1.HeaderClassName
{
color: #036483;
}
.AnyTagClassName
{
color: #036483;
}
</style>
background-color css
<style>
a { background-color: #036483; }
a { background-color: rgb(3,100,131); }
div.DivClassName
{
background-color: #036483;
}
.BgClassName
{
background-color: #036483;
}
</style>
border-color css
<style>
span { border-color: #036483; }
span { border-color: rgb(3,100,131); }
td.TdClassName
{
border-color: #036483;
}
.TagClassName
{
border-color: #036483;
}
</style>