Shades of Blue Lagoon #03616F
Tints of Blue Lagoon #03616F
RGB
CMYK
RGB Variations
Color information
#03616F (or 0x03616F) is known color: Blue Lagoon. HEX triplet: 03, 61 and 6F. RGB value is (3,97,111). Sum of RGB (Red+Green+Blue) = 3+97+111=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #03616F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03616F is #FC9E90. Grayscale: #464646. Windows color (decimal): -16555665 or 7299331. OLE color: 7299331.
HSL color Cylindrical-coordinate representation of color #03616F: hue angle of 187.78º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03616F is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 97 | 111 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.56 |
| HSL | 187.78º | 0.95% | 0.22% | - |
| HSV(B) | 187.78º | 0.97% | 0.44% | - |
| XYZ | 7.18 | 9.72 | 16.54 | - |
| YUV | 70.49 | 150.86 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 97 | 111 | 0.97 | 0.13 | 0 | 0.56 | 187.78 | 0.95 | 0.22 |
| Hex | 3 | 61 | 6F | 61 | D | 0 | 38 | BC | 5F | 16 |
| Octal | 3 | 141 | 157 | 141 | 15 | 0 | 70 | 274 | 137 | 26 |
| Binary | 11 | 1100001 | 1101111 | 1100001 | 1101 | 0 | 111000 | 10111100 | 1011111 | 10110 |
Color Harmonies of #03616F
Complementary color
Monochromatic Colors of #03616F
Black with #03616F
Text Example
Text Example
White with #03616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03616F; }
p { color: rgb(3,97,111); }
H1.HeaderClassName
{
color: #03616F;
}
.AnyTagClassName
{
color: #03616F;
}
</style>
background-color css
<style>
a { background-color: #03616F; }
a { background-color: rgb(3,97,111); }
div.DivClassName
{
background-color: #03616F;
}
.BgClassName
{
background-color: #03616F;
}
</style>
border-color css
<style>
span { border-color: #03616F; }
span { border-color: rgb(3,97,111); }
td.TdClassName
{
border-color: #03616F;
}
.TagClassName
{
border-color: #03616F;
}
</style>