Shades of Blue Lagoon #03636C
Tints of Blue Lagoon #03636C
RGB
CMYK
RGB Variations
Color information
#03636C (or 0x03636C) is known color: Blue Lagoon. HEX triplet: 03, 63 and 6C. RGB value is (3,99,108). Sum of RGB (Red+Green+Blue) = 3+99+108=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #03636C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03636C is #FC9C93. Grayscale: #474747. Windows color (decimal): -16555156 or 7103235. OLE color: 7103235.
HSL color Cylindrical-coordinate representation of color #03636C: hue angle of 185.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03636C is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 99 | 108 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.58 |
| HSL | 185.14º | 0.95% | 0.22% | - |
| HSV(B) | 185.14º | 0.97% | 0.42% | - |
| XYZ | 7.21 | 10.03 | 15.74 | - |
| YUV | 71.32 | 148.7 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 108 | 0.97 | 0.08 | 0 | 0.58 | 185.14 | 0.95 | 0.22 |
| Hex | 3 | 63 | 6C | 61 | 8 | 0 | 3A | B9 | 5F | 16 |
| Octal | 3 | 143 | 154 | 141 | 10 | 0 | 72 | 271 | 137 | 26 |
| Binary | 11 | 1100011 | 1101100 | 1100001 | 1000 | 0 | 111010 | 10111001 | 1011111 | 10110 |
Color Harmonies of #03636C
Complementary color
Monochromatic Colors of #03636C
Black with #03636C
Text Example
Text Example
White with #03636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03636C; }
p { color: rgb(3,99,108); }
H1.HeaderClassName
{
color: #03636C;
}
.AnyTagClassName
{
color: #03636C;
}
</style>
background-color css
<style>
a { background-color: #03636C; }
a { background-color: rgb(3,99,108); }
div.DivClassName
{
background-color: #03636C;
}
.BgClassName
{
background-color: #03636C;
}
</style>
border-color css
<style>
span { border-color: #03636C; }
span { border-color: rgb(3,99,108); }
td.TdClassName
{
border-color: #03636C;
}
.TagClassName
{
border-color: #03636C;
}
</style>