Shades of Blue Lagoon #03686A
Tints of Blue Lagoon #03686A
RGB
CMYK
RGB Variations
Color information
#03686A (or 0x03686A) is known color: Blue Lagoon. HEX triplet: 03, 68 and 6A. RGB value is (3,104,106). Sum of RGB (Red+Green+Blue) = 3+104+106=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #03686A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03686A is #FC9795. Grayscale: #494949. Windows color (decimal): -16553878 or 6973443. OLE color: 6973443.
HSL color Cylindrical-coordinate representation of color #03686A: hue angle of 181.17º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03686A is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 104 | 106 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.58 |
| HSL | 181.17º | 0.94% | 0.21% | - |
| HSV(B) | 181.17º | 0.97% | 0.42% | - |
| XYZ | 7.59 | 10.96 | 15.35 | - |
| YUV | 74.03 | 146.04 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 106 | 0.97 | 0.02 | 0 | 0.58 | 181.17 | 0.94 | 0.21 |
| Hex | 3 | 68 | 6A | 61 | 2 | 0 | 3A | B5 | 5E | 15 |
| Octal | 3 | 150 | 152 | 141 | 2 | 0 | 72 | 265 | 136 | 25 |
| Binary | 11 | 1101000 | 1101010 | 1100001 | 10 | 0 | 111010 | 10110101 | 1011110 | 10101 |
Color Harmonies of #03686A
Complementary color
Monochromatic Colors of #03686A
Black with #03686A
Text Example
Text Example
White with #03686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03686A; }
p { color: rgb(3,104,106); }
H1.HeaderClassName
{
color: #03686A;
}
.AnyTagClassName
{
color: #03686A;
}
</style>
background-color css
<style>
a { background-color: #03686A; }
a { background-color: rgb(3,104,106); }
div.DivClassName
{
background-color: #03686A;
}
.BgClassName
{
background-color: #03686A;
}
</style>
border-color css
<style>
span { border-color: #03686A; }
span { border-color: rgb(3,104,106); }
td.TdClassName
{
border-color: #03686A;
}
.TagClassName
{
border-color: #03686A;
}
</style>