Shades of Blue Lagoon #03697A
Tints of Blue Lagoon #03697A
RGB
CMYK
RGB Variations
Color information
#03697A (or 0x03697A) is known color: Blue Lagoon. HEX triplet: 03, 69 and 7A. RGB value is (3,105,122). Sum of RGB (Red+Green+Blue) = 3+105+122=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #03697A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03697A is #FC9685. Grayscale: #4C4C4C. Windows color (decimal): -16553606 or 8022275. OLE color: 8022275.
HSL color Cylindrical-coordinate representation of color #03697A: hue angle of 188.57º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03697A is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 105 | 122 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.52 |
| HSL | 188.57º | 0.95% | 0.25% | - |
| HSV(B) | 188.57º | 0.98% | 0.48% | - |
| XYZ | 8.6 | 11.53 | 20.18 | - |
| YUV | 76.44 | 153.71 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 122 | 0.98 | 0.14 | 0 | 0.52 | 188.57 | 0.95 | 0.25 |
| Hex | 3 | 69 | 7A | 62 | E | 0 | 34 | BD | 5F | 19 |
| Octal | 3 | 151 | 172 | 142 | 16 | 0 | 64 | 275 | 137 | 31 |
| Binary | 11 | 1101001 | 1111010 | 1100010 | 1110 | 0 | 110100 | 10111101 | 1011111 | 11001 |
Color Harmonies of #03697A
Complementary color
Monochromatic Colors of #03697A
Black with #03697A
Text Example
Text Example
White with #03697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03697A; }
p { color: rgb(3,105,122); }
H1.HeaderClassName
{
color: #03697A;
}
.AnyTagClassName
{
color: #03697A;
}
</style>
background-color css
<style>
a { background-color: #03697A; }
a { background-color: rgb(3,105,122); }
div.DivClassName
{
background-color: #03697A;
}
.BgClassName
{
background-color: #03697A;
}
</style>
border-color css
<style>
span { border-color: #03697A; }
span { border-color: rgb(3,105,122); }
td.TdClassName
{
border-color: #03697A;
}
.TagClassName
{
border-color: #03697A;
}
</style>