Shades of Blue Lagoon #036384
Tints of Blue Lagoon #036384
RGB
CMYK
RGB Variations
Color information
#036384 (or 0x036384) is known color: Blue Lagoon. HEX triplet: 03, 63 and 84. RGB value is (3,99,132). Sum of RGB (Red+Green+Blue) = 3+99+132=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #036384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036384 is #FC9C7B. Grayscale: #494949. Windows color (decimal): -16555132 or 8676099. OLE color: 8676099.
HSL color Cylindrical-coordinate representation of color #036384: hue angle of 195.35º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036384 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 99 | 132 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.48 |
| HSL | 195.35º | 0.96% | 0.26% | - |
| HSV(B) | 195.35º | 0.98% | 0.52% | - |
| XYZ | 8.66 | 10.61 | 23.42 | - |
| YUV | 74.06 | 160.7 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 132 | 0.98 | 0.25 | 0 | 0.48 | 195.35 | 0.96 | 0.26 |
| Hex | 3 | 63 | 84 | 62 | 19 | 0 | 30 | C3 | 60 | 1A |
| Octal | 3 | 143 | 204 | 142 | 31 | 0 | 60 | 303 | 140 | 32 |
| Binary | 11 | 1100011 | 10000100 | 1100010 | 11001 | 0 | 110000 | 11000011 | 1100000 | 11010 |
Color Harmonies of #036384
Complementary color
Monochromatic Colors of #036384
Black with #036384
Text Example
Text Example
White with #036384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036384; }
p { color: rgb(3,99,132); }
H1.HeaderClassName
{
color: #036384;
}
.AnyTagClassName
{
color: #036384;
}
</style>
background-color css
<style>
a { background-color: #036384; }
a { background-color: rgb(3,99,132); }
div.DivClassName
{
background-color: #036384;
}
.BgClassName
{
background-color: #036384;
}
</style>
border-color css
<style>
span { border-color: #036384; }
span { border-color: rgb(3,99,132); }
td.TdClassName
{
border-color: #036384;
}
.TagClassName
{
border-color: #036384;
}
</style>