Shades of Blue Lagoon #03687D
Tints of Blue Lagoon #03687D
RGB
CMYK
RGB Variations
Color information
#03687D (or 0x03687D) is known color: Blue Lagoon. HEX triplet: 03, 68 and 7D. RGB value is (3,104,125). Sum of RGB (Red+Green+Blue) = 3+104+125=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #03687D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03687D is #FC9782. Grayscale: #4C4C4C. Windows color (decimal): -16553859 or 8218627. OLE color: 8218627.
HSL color Cylindrical-coordinate representation of color #03687D: hue angle of 190.33º 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 #03687D is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 104 | 125 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.51 |
| HSL | 190.33º | 0.95% | 0.25% | - |
| HSV(B) | 190.33º | 0.98% | 0.49% | - |
| XYZ | 8.69 | 11.4 | 21.14 | - |
| YUV | 76.2 | 155.54 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 125 | 0.98 | 0.17 | 0 | 0.51 | 190.33 | 0.95 | 0.25 |
| Hex | 3 | 68 | 7D | 62 | 11 | 0 | 33 | BE | 5F | 19 |
| Octal | 3 | 150 | 175 | 142 | 21 | 0 | 63 | 276 | 137 | 31 |
| Binary | 11 | 1101000 | 1111101 | 1100010 | 10001 | 0 | 110011 | 10111110 | 1011111 | 11001 |
Color Harmonies of #03687D
Complementary color
Monochromatic Colors of #03687D
Black with #03687D
Text Example
Text Example
White with #03687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03687D; }
p { color: rgb(3,104,125); }
H1.HeaderClassName
{
color: #03687D;
}
.AnyTagClassName
{
color: #03687D;
}
</style>
background-color css
<style>
a { background-color: #03687D; }
a { background-color: rgb(3,104,125); }
div.DivClassName
{
background-color: #03687D;
}
.BgClassName
{
background-color: #03687D;
}
</style>
border-color css
<style>
span { border-color: #03687D; }
span { border-color: rgb(3,104,125); }
td.TdClassName
{
border-color: #03687D;
}
.TagClassName
{
border-color: #03687D;
}
</style>