Shades of Blue Lagoon #03696C
Tints of Blue Lagoon #03696C
RGB
CMYK
RGB Variations
Color information
#03696C (or 0x03696C) is known color: Blue Lagoon. HEX triplet: 03, 69 and 6C. RGB value is (3,105,108). Sum of RGB (Red+Green+Blue) = 3+105+108=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #03696C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03696C is #FC9693. Grayscale: #4A4A4A. Windows color (decimal): -16553620 or 7104771. OLE color: 7104771.
HSL color Cylindrical-coordinate representation of color #03696C: hue angle of 181.71º 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 #03696C is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 105 | 108 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.58 |
| HSL | 181.71º | 0.95% | 0.22% | - |
| HSV(B) | 181.71º | 0.97% | 0.42% | - |
| XYZ | 7.8 | 11.21 | 15.94 | - |
| YUV | 74.84 | 146.71 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 108 | 0.97 | 0.03 | 0 | 0.58 | 181.71 | 0.95 | 0.22 |
| Hex | 3 | 69 | 6C | 61 | 3 | 0 | 3A | B6 | 5F | 16 |
| Octal | 3 | 151 | 154 | 141 | 3 | 0 | 72 | 266 | 137 | 26 |
| Binary | 11 | 1101001 | 1101100 | 1100001 | 11 | 0 | 111010 | 10110110 | 1011111 | 10110 |
Color Harmonies of #03696C
Complementary color
Monochromatic Colors of #03696C
Black with #03696C
Text Example
Text Example
White with #03696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03696C; }
p { color: rgb(3,105,108); }
H1.HeaderClassName
{
color: #03696C;
}
.AnyTagClassName
{
color: #03696C;
}
</style>
background-color css
<style>
a { background-color: #03696C; }
a { background-color: rgb(3,105,108); }
div.DivClassName
{
background-color: #03696C;
}
.BgClassName
{
background-color: #03696C;
}
</style>
border-color css
<style>
span { border-color: #03696C; }
span { border-color: rgb(3,105,108); }
td.TdClassName
{
border-color: #03696C;
}
.TagClassName
{
border-color: #03696C;
}
</style>