Shades of Blue Lagoon #03687E
Tints of Blue Lagoon #03687E
RGB
CMYK
RGB Variations
Color information
#03687E (or 0x03687E) is known color: Blue Lagoon. HEX triplet: 03, 68 and 7E. RGB value is (3,104,126). Sum of RGB (Red+Green+Blue) = 3+104+126=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 126 (49.61% from 255 or 54.08% from 233); Max value from RGB is 126 - color contains mainly: blue. Hex color #03687E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03687E is #FC9781. Grayscale: #4C4C4C. Windows color (decimal): -16553858 or 8284163. OLE color: 8284163.
HSL color Cylindrical-coordinate representation of color #03687E: hue angle of 190.73º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03687E is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 104 | 126 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.51 |
| HSL | 190.73º | 0.95% | 0.25% | - |
| HSV(B) | 190.73º | 0.98% | 0.49% | - |
| XYZ | 8.75 | 11.43 | 21.48 | - |
| YUV | 76.31 | 156.04 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 126 | 0.98 | 0.17 | 0 | 0.51 | 190.73 | 0.95 | 0.25 |
| Hex | 3 | 68 | 7E | 62 | 11 | 0 | 33 | BF | 5F | 19 |
| Octal | 3 | 150 | 176 | 142 | 21 | 0 | 63 | 277 | 137 | 31 |
| Binary | 11 | 1101000 | 1111110 | 1100010 | 10001 | 0 | 110011 | 10111111 | 1011111 | 11001 |
Color Harmonies of #03687E
Complementary color
Monochromatic Colors of #03687E
Black with #03687E
Text Example
Text Example
White with #03687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03687E; }
p { color: rgb(3,104,126); }
H1.HeaderClassName
{
color: #03687E;
}
.AnyTagClassName
{
color: #03687E;
}
</style>
background-color css
<style>
a { background-color: #03687E; }
a { background-color: rgb(3,104,126); }
div.DivClassName
{
background-color: #03687E;
}
.BgClassName
{
background-color: #03687E;
}
</style>
border-color css
<style>
span { border-color: #03687E; }
span { border-color: rgb(3,104,126); }
td.TdClassName
{
border-color: #03687E;
}
.TagClassName
{
border-color: #03687E;
}
</style>