Shades of Blue Lagoon #03667D
Tints of Blue Lagoon #03667D
RGB
CMYK
RGB Variations
Color information
#03667D (or 0x03667D) is known color: Blue Lagoon. HEX triplet: 03, 66 and 7D. RGB value is (3,102,125). Sum of RGB (Red+Green+Blue) = 3+102+125=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #03667D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03667D is #FC9982. Grayscale: #4A4A4A. Windows color (decimal): -16554371 or 8218115. OLE color: 8218115.
HSL color Cylindrical-coordinate representation of color #03667D: hue angle of 191.31º 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 #03667D is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 102 | 125 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.51 |
| HSL | 191.31º | 0.95% | 0.25% | - |
| HSV(B) | 191.31º | 0.98% | 0.49% | - |
| XYZ | 8.49 | 11 | 21.08 | - |
| YUV | 75.02 | 156.2 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 125 | 0.98 | 0.18 | 0 | 0.51 | 191.31 | 0.95 | 0.25 |
| Hex | 3 | 66 | 7D | 62 | 12 | 0 | 33 | BF | 5F | 19 |
| Octal | 3 | 146 | 175 | 142 | 22 | 0 | 63 | 277 | 137 | 31 |
| Binary | 11 | 1100110 | 1111101 | 1100010 | 10010 | 0 | 110011 | 10111111 | 1011111 | 11001 |
Color Harmonies of #03667D
Complementary color
Monochromatic Colors of #03667D
Black with #03667D
Text Example
Text Example
White with #03667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03667D; }
p { color: rgb(3,102,125); }
H1.HeaderClassName
{
color: #03667D;
}
.AnyTagClassName
{
color: #03667D;
}
</style>
background-color css
<style>
a { background-color: #03667D; }
a { background-color: rgb(3,102,125); }
div.DivClassName
{
background-color: #03667D;
}
.BgClassName
{
background-color: #03667D;
}
</style>
border-color css
<style>
span { border-color: #03667D; }
span { border-color: rgb(3,102,125); }
td.TdClassName
{
border-color: #03667D;
}
.TagClassName
{
border-color: #03667D;
}
</style>