Shades of Blue Lagoon #03666B
Tints of Blue Lagoon #03666B
RGB
CMYK
RGB Variations
Color information
#03666B (or 0x03666B) is known color: Blue Lagoon. HEX triplet: 03, 66 and 6B. RGB value is (3,102,107). Sum of RGB (Red+Green+Blue) = 3+102+107=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #03666B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03666B is #FC9994. Grayscale: #484848. Windows color (decimal): -16554389 or 7038467. OLE color: 7038467.
HSL color Cylindrical-coordinate representation of color #03666B: hue angle of 182.88º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03666B is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 102 | 107 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.58 |
| HSL | 182.88º | 0.95% | 0.22% | - |
| HSV(B) | 182.88º | 0.97% | 0.42% | - |
| XYZ | 7.44 | 10.58 | 15.56 | - |
| YUV | 72.97 | 147.2 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 107 | 0.97 | 0.05 | 0 | 0.58 | 182.88 | 0.95 | 0.22 |
| Hex | 3 | 66 | 6B | 61 | 5 | 0 | 3A | B7 | 5F | 16 |
| Octal | 3 | 146 | 153 | 141 | 5 | 0 | 72 | 267 | 137 | 26 |
| Binary | 11 | 1100110 | 1101011 | 1100001 | 101 | 0 | 111010 | 10110111 | 1011111 | 10110 |
Color Harmonies of #03666B
Complementary color
Monochromatic Colors of #03666B
Black with #03666B
Text Example
Text Example
White with #03666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03666B; }
p { color: rgb(3,102,107); }
H1.HeaderClassName
{
color: #03666B;
}
.AnyTagClassName
{
color: #03666B;
}
</style>
background-color css
<style>
a { background-color: #03666B; }
a { background-color: rgb(3,102,107); }
div.DivClassName
{
background-color: #03666B;
}
.BgClassName
{
background-color: #03666B;
}
</style>
border-color css
<style>
span { border-color: #03666B; }
span { border-color: rgb(3,102,107); }
td.TdClassName
{
border-color: #03666B;
}
.TagClassName
{
border-color: #03666B;
}
</style>