Shades of Blue Lagoon #03686D
Tints of Blue Lagoon #03686D
RGB
CMYK
RGB Variations
Color information
#03686D (or 0x03686D) is known color: Blue Lagoon. HEX triplet: 03, 68 and 6D. RGB value is (3,104,109). Sum of RGB (Red+Green+Blue) = 3+104+109=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #03686D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03686D is #FC9792. Grayscale: #4A4A4A. Windows color (decimal): -16553875 or 7170051. OLE color: 7170051.
HSL color Cylindrical-coordinate representation of color #03686D: hue angle of 182.83º 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 #03686D is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 104 | 109 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.57 |
| HSL | 182.83º | 0.95% | 0.22% | - |
| HSV(B) | 182.83º | 0.97% | 0.43% | - |
| XYZ | 7.75 | 11.02 | 16.19 | - |
| YUV | 74.37 | 147.54 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 109 | 0.97 | 0.05 | 0 | 0.57 | 182.83 | 0.95 | 0.22 |
| Hex | 3 | 68 | 6D | 61 | 5 | 0 | 39 | B7 | 5F | 16 |
| Octal | 3 | 150 | 155 | 141 | 5 | 0 | 71 | 267 | 137 | 26 |
| Binary | 11 | 1101000 | 1101101 | 1100001 | 101 | 0 | 111001 | 10110111 | 1011111 | 10110 |
Color Harmonies of #03686D
Complementary color
Monochromatic Colors of #03686D
Black with #03686D
Text Example
Text Example
White with #03686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03686D; }
p { color: rgb(3,104,109); }
H1.HeaderClassName
{
color: #03686D;
}
.AnyTagClassName
{
color: #03686D;
}
</style>
background-color css
<style>
a { background-color: #03686D; }
a { background-color: rgb(3,104,109); }
div.DivClassName
{
background-color: #03686D;
}
.BgClassName
{
background-color: #03686D;
}
</style>
border-color css
<style>
span { border-color: #03686D; }
span { border-color: rgb(3,104,109); }
td.TdClassName
{
border-color: #03686D;
}
.TagClassName
{
border-color: #03686D;
}
</style>