Shades of Blue Lagoon #03666D
Tints of Blue Lagoon #03666D
RGB
CMYK
RGB Variations
Color information
#03666D (or 0x03666D) is known color: Blue Lagoon. HEX triplet: 03, 66 and 6D. RGB value is (3,102,109). Sum of RGB (Red+Green+Blue) = 3+102+109=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #03666D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03666D is #FC9992. Grayscale: #494949. Windows color (decimal): -16554387 or 7169539. OLE color: 7169539.
HSL color Cylindrical-coordinate representation of color #03666D: hue angle of 183.96º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03666D is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 102 | 109 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.57 |
| HSL | 183.96º | 0.95% | 0.22% | - |
| HSV(B) | 183.96º | 0.97% | 0.43% | - |
| XYZ | 7.55 | 10.63 | 16.12 | - |
| YUV | 73.2 | 148.2 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 109 | 0.97 | 0.06 | 0 | 0.57 | 183.96 | 0.95 | 0.22 |
| Hex | 3 | 66 | 6D | 61 | 6 | 0 | 39 | B8 | 5F | 16 |
| Octal | 3 | 146 | 155 | 141 | 6 | 0 | 71 | 270 | 137 | 26 |
| Binary | 11 | 1100110 | 1101101 | 1100001 | 110 | 0 | 111001 | 10111000 | 1011111 | 10110 |
Color Harmonies of #03666D
Complementary color
Monochromatic Colors of #03666D
Black with #03666D
Text Example
Text Example
White with #03666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03666D; }
p { color: rgb(3,102,109); }
H1.HeaderClassName
{
color: #03666D;
}
.AnyTagClassName
{
color: #03666D;
}
</style>
background-color css
<style>
a { background-color: #03666D; }
a { background-color: rgb(3,102,109); }
div.DivClassName
{
background-color: #03666D;
}
.BgClassName
{
background-color: #03666D;
}
</style>
border-color css
<style>
span { border-color: #03666D; }
span { border-color: rgb(3,102,109); }
td.TdClassName
{
border-color: #03666D;
}
.TagClassName
{
border-color: #03666D;
}
</style>