Shades of Blue Lagoon #03696E
Tints of Blue Lagoon #03696E
RGB
CMYK
RGB Variations
Color information
#03696E (or 0x03696E) is known color: Blue Lagoon. HEX triplet: 03, 69 and 6E. RGB value is (3,105,110). Sum of RGB (Red+Green+Blue) = 3+105+110=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #03696E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03696E is #FC9691. Grayscale: #4A4A4A. Windows color (decimal): -16553618 or 7235843. OLE color: 7235843.
HSL color Cylindrical-coordinate representation of color #03696E: hue angle of 182.8º 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 #03696E is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 105 | 110 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.57 |
| HSL | 182.8º | 0.95% | 0.22% | - |
| HSV(B) | 182.8º | 0.97% | 0.43% | - |
| XYZ | 7.9 | 11.25 | 16.51 | - |
| YUV | 75.07 | 147.71 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 110 | 0.97 | 0.05 | 0 | 0.57 | 182.8 | 0.95 | 0.22 |
| Hex | 3 | 69 | 6E | 61 | 5 | 0 | 39 | B7 | 5F | 16 |
| Octal | 3 | 151 | 156 | 141 | 5 | 0 | 71 | 267 | 137 | 26 |
| Binary | 11 | 1101001 | 1101110 | 1100001 | 101 | 0 | 111001 | 10110111 | 1011111 | 10110 |
Color Harmonies of #03696E
Complementary color
Monochromatic Colors of #03696E
Black with #03696E
Text Example
Text Example
White with #03696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03696E; }
p { color: rgb(3,105,110); }
H1.HeaderClassName
{
color: #03696E;
}
.AnyTagClassName
{
color: #03696E;
}
</style>
background-color css
<style>
a { background-color: #03696E; }
a { background-color: rgb(3,105,110); }
div.DivClassName
{
background-color: #03696E;
}
.BgClassName
{
background-color: #03696E;
}
</style>
border-color css
<style>
span { border-color: #03696E; }
span { border-color: rgb(3,105,110); }
td.TdClassName
{
border-color: #03696E;
}
.TagClassName
{
border-color: #03696E;
}
</style>