Shades of Blue Lagoon #03667B
Tints of Blue Lagoon #03667B
RGB
CMYK
RGB Variations
Color information
#03667B (or 0x03667B) is known color: Blue Lagoon. HEX triplet: 03, 66 and 7B. RGB value is (3,102,123). Sum of RGB (Red+Green+Blue) = 3+102+123=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #03667B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03667B is #FC9984. Grayscale: #4A4A4A. Windows color (decimal): -16554373 or 8087043. OLE color: 8087043.
HSL color Cylindrical-coordinate representation of color #03667B: hue angle of 190.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 #03667B is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 102 | 123 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.52 |
| HSL | 190.5º | 0.95% | 0.25% | - |
| HSV(B) | 190.5º | 0.98% | 0.48% | - |
| XYZ | 8.36 | 10.95 | 20.41 | - |
| YUV | 74.79 | 155.2 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 123 | 0.98 | 0.17 | 0 | 0.52 | 190.5 | 0.95 | 0.25 |
| Hex | 3 | 66 | 7B | 62 | 11 | 0 | 34 | BE | 5F | 19 |
| Octal | 3 | 146 | 173 | 142 | 21 | 0 | 64 | 276 | 137 | 31 |
| Binary | 11 | 1100110 | 1111011 | 1100010 | 10001 | 0 | 110100 | 10111110 | 1011111 | 11001 |
Color Harmonies of #03667B
Complementary color
Monochromatic Colors of #03667B
Black with #03667B
Text Example
Text Example
White with #03667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03667B; }
p { color: rgb(3,102,123); }
H1.HeaderClassName
{
color: #03667B;
}
.AnyTagClassName
{
color: #03667B;
}
</style>
background-color css
<style>
a { background-color: #03667B; }
a { background-color: rgb(3,102,123); }
div.DivClassName
{
background-color: #03667B;
}
.BgClassName
{
background-color: #03667B;
}
</style>
border-color css
<style>
span { border-color: #03667B; }
span { border-color: rgb(3,102,123); }
td.TdClassName
{
border-color: #03667B;
}
.TagClassName
{
border-color: #03667B;
}
</style>