Shades of Blue Lagoon #03616E
Tints of Blue Lagoon #03616E
RGB
CMYK
RGB Variations
Color information
#03616E (or 0x03616E) is known color: Blue Lagoon. HEX triplet: 03, 61 and 6E. RGB value is (3,97,110). Sum of RGB (Red+Green+Blue) = 3+97+110=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #03616E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03616E is #FC9E91. Grayscale: #464646. Windows color (decimal): -16555666 or 7233795. OLE color: 7233795.
HSL color Cylindrical-coordinate representation of color #03616E: hue angle of 187.29º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03616E is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 97 | 110 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.57 |
| HSL | 187.29º | 0.95% | 0.22% | - |
| HSV(B) | 187.29º | 0.97% | 0.43% | - |
| XYZ | 7.13 | 9.69 | 16.25 | - |
| YUV | 70.38 | 150.36 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 97 | 110 | 0.97 | 0.12 | 0 | 0.57 | 187.29 | 0.95 | 0.22 |
| Hex | 3 | 61 | 6E | 61 | C | 0 | 39 | BB | 5F | 16 |
| Octal | 3 | 141 | 156 | 141 | 14 | 0 | 71 | 273 | 137 | 26 |
| Binary | 11 | 1100001 | 1101110 | 1100001 | 1100 | 0 | 111001 | 10111011 | 1011111 | 10110 |
Color Harmonies of #03616E
Complementary color
Monochromatic Colors of #03616E
Black with #03616E
Text Example
Text Example
White with #03616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03616E; }
p { color: rgb(3,97,110); }
H1.HeaderClassName
{
color: #03616E;
}
.AnyTagClassName
{
color: #03616E;
}
</style>
background-color css
<style>
a { background-color: #03616E; }
a { background-color: rgb(3,97,110); }
div.DivClassName
{
background-color: #03616E;
}
.BgClassName
{
background-color: #03616E;
}
</style>
border-color css
<style>
span { border-color: #03616E; }
span { border-color: rgb(3,97,110); }
td.TdClassName
{
border-color: #03616E;
}
.TagClassName
{
border-color: #03616E;
}
</style>