Shades of Blue Lagoon #03666F
Tints of Blue Lagoon #03666F
RGB
CMYK
RGB Variations
Color information
#03666F (or 0x03666F) is known color: Blue Lagoon. HEX triplet: 03, 66 and 6F. RGB value is (3,102,111). Sum of RGB (Red+Green+Blue) = 3+102+111=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #03666F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03666F is #FC9990. Grayscale: #494949. Windows color (decimal): -16554385 or 7300611. OLE color: 7300611.
HSL color Cylindrical-coordinate representation of color #03666F: hue angle of 185º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03666F is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 102 | 111 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.56 |
| HSL | 185º | 0.95% | 0.22% | - |
| HSV(B) | 185º | 0.97% | 0.44% | - |
| XYZ | 7.66 | 10.67 | 16.69 | - |
| YUV | 73.43 | 149.2 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 111 | 0.97 | 0.08 | 0 | 0.56 | 185 | 0.95 | 0.22 |
| Hex | 3 | 66 | 6F | 61 | 8 | 0 | 38 | B9 | 5F | 16 |
| Octal | 3 | 146 | 157 | 141 | 10 | 0 | 70 | 271 | 137 | 26 |
| Binary | 11 | 1100110 | 1101111 | 1100001 | 1000 | 0 | 111000 | 10111001 | 1011111 | 10110 |
Color Harmonies of #03666F
Complementary color
Monochromatic Colors of #03666F
Black with #03666F
Text Example
Text Example
White with #03666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03666F; }
p { color: rgb(3,102,111); }
H1.HeaderClassName
{
color: #03666F;
}
.AnyTagClassName
{
color: #03666F;
}
</style>
background-color css
<style>
a { background-color: #03666F; }
a { background-color: rgb(3,102,111); }
div.DivClassName
{
background-color: #03666F;
}
.BgClassName
{
background-color: #03666F;
}
</style>
border-color css
<style>
span { border-color: #03666F; }
span { border-color: rgb(3,102,111); }
td.TdClassName
{
border-color: #03666F;
}
.TagClassName
{
border-color: #03666F;
}
</style>