Shades of Blue Lagoon #03687B
Tints of Blue Lagoon #03687B
RGB
CMYK
RGB Variations
Color information
#03687B (or 0x03687B) is known color: Blue Lagoon. HEX triplet: 03, 68 and 7B. RGB value is (3,104,123). Sum of RGB (Red+Green+Blue) = 3+104+123=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #03687B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03687B is #FC9784. Grayscale: #4B4B4B. Windows color (decimal): -16553861 or 8087555. OLE color: 8087555.
HSL color Cylindrical-coordinate representation of color #03687B: hue angle of 189.5º 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 #03687B is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 104 | 123 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.52 |
| HSL | 189.5º | 0.95% | 0.25% | - |
| HSV(B) | 189.5º | 0.98% | 0.48% | - |
| XYZ | 8.56 | 11.35 | 20.48 | - |
| YUV | 75.97 | 154.54 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 123 | 0.98 | 0.15 | 0 | 0.52 | 189.5 | 0.95 | 0.25 |
| Hex | 3 | 68 | 7B | 62 | F | 0 | 34 | BE | 5F | 19 |
| Octal | 3 | 150 | 173 | 142 | 17 | 0 | 64 | 276 | 137 | 31 |
| Binary | 11 | 1101000 | 1111011 | 1100010 | 1111 | 0 | 110100 | 10111110 | 1011111 | 11001 |
Color Harmonies of #03687B
Complementary color
Monochromatic Colors of #03687B
Black with #03687B
Text Example
Text Example
White with #03687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03687B; }
p { color: rgb(3,104,123); }
H1.HeaderClassName
{
color: #03687B;
}
.AnyTagClassName
{
color: #03687B;
}
</style>
background-color css
<style>
a { background-color: #03687B; }
a { background-color: rgb(3,104,123); }
div.DivClassName
{
background-color: #03687B;
}
.BgClassName
{
background-color: #03687B;
}
</style>
border-color css
<style>
span { border-color: #03687B; }
span { border-color: rgb(3,104,123); }
td.TdClassName
{
border-color: #03687B;
}
.TagClassName
{
border-color: #03687B;
}
</style>