Shades of Blue Lagoon #03686C
Tints of Blue Lagoon #03686C
RGB
CMYK
RGB Variations
Color information
#03686C (or 0x03686C) is known color: Blue Lagoon. HEX triplet: 03, 68 and 6C. RGB value is (3,104,108). Sum of RGB (Red+Green+Blue) = 3+104+108=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #03686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03686C is #FC9793. Grayscale: #4A4A4A. Windows color (decimal): -16553876 or 7104515. OLE color: 7104515.
HSL color Cylindrical-coordinate representation of color #03686C: hue angle of 182.29º 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 #03686C is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 104 | 108 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.58 |
| HSL | 182.29º | 0.95% | 0.22% | - |
| HSV(B) | 182.29º | 0.97% | 0.42% | - |
| XYZ | 7.69 | 11 | 15.91 | - |
| YUV | 74.26 | 147.04 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 108 | 0.97 | 0.04 | 0 | 0.58 | 182.29 | 0.95 | 0.22 |
| Hex | 3 | 68 | 6C | 61 | 4 | 0 | 3A | B6 | 5F | 16 |
| Octal | 3 | 150 | 154 | 141 | 4 | 0 | 72 | 266 | 137 | 26 |
| Binary | 11 | 1101000 | 1101100 | 1100001 | 100 | 0 | 111010 | 10110110 | 1011111 | 10110 |
Color Harmonies of #03686C
Complementary color
Monochromatic Colors of #03686C
Black with #03686C
Text Example
Text Example
White with #03686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03686C; }
p { color: rgb(3,104,108); }
H1.HeaderClassName
{
color: #03686C;
}
.AnyTagClassName
{
color: #03686C;
}
</style>
background-color css
<style>
a { background-color: #03686C; }
a { background-color: rgb(3,104,108); }
div.DivClassName
{
background-color: #03686C;
}
.BgClassName
{
background-color: #03686C;
}
</style>
border-color css
<style>
span { border-color: #03686C; }
span { border-color: rgb(3,104,108); }
td.TdClassName
{
border-color: #03686C;
}
.TagClassName
{
border-color: #03686C;
}
</style>