Shades of Blue Lagoon #03687C
Tints of Blue Lagoon #03687C
RGB
CMYK
RGB Variations
Color information
#03687C (or 0x03687C) is known color: Blue Lagoon. HEX triplet: 03, 68 and 7C. RGB value is (3,104,124). Sum of RGB (Red+Green+Blue) = 3+104+124=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #03687C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03687C is #FC9783. Grayscale: #4B4B4B. Windows color (decimal): -16553860 or 8153091. OLE color: 8153091.
HSL color Cylindrical-coordinate representation of color #03687C: hue angle of 189.92º 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 #03687C is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 104 | 124 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.51 |
| HSL | 189.92º | 0.95% | 0.25% | - |
| HSV(B) | 189.92º | 0.98% | 0.49% | - |
| XYZ | 8.63 | 11.38 | 20.81 | - |
| YUV | 76.08 | 155.04 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 124 | 0.98 | 0.16 | 0 | 0.51 | 189.92 | 0.95 | 0.25 |
| Hex | 3 | 68 | 7C | 62 | 10 | 0 | 33 | BE | 5F | 19 |
| Octal | 3 | 150 | 174 | 142 | 20 | 0 | 63 | 276 | 137 | 31 |
| Binary | 11 | 1101000 | 1111100 | 1100010 | 10000 | 0 | 110011 | 10111110 | 1011111 | 11001 |
Color Harmonies of #03687C
Complementary color
Monochromatic Colors of #03687C
Black with #03687C
Text Example
Text Example
White with #03687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03687C; }
p { color: rgb(3,104,124); }
H1.HeaderClassName
{
color: #03687C;
}
.AnyTagClassName
{
color: #03687C;
}
</style>
background-color css
<style>
a { background-color: #03687C; }
a { background-color: rgb(3,104,124); }
div.DivClassName
{
background-color: #03687C;
}
.BgClassName
{
background-color: #03687C;
}
</style>
border-color css
<style>
span { border-color: #03687C; }
span { border-color: rgb(3,104,124); }
td.TdClassName
{
border-color: #03687C;
}
.TagClassName
{
border-color: #03687C;
}
</style>