Shades of Blue Lagoon #03546E
Tints of Blue Lagoon #03546E
RGB
CMYK
RGB Variations
Color information
#03546E (or 0x03546E) is known color: Blue Lagoon. HEX triplet: 03, 54 and 6E. RGB value is (3,84,110). Sum of RGB (Red+Green+Blue) = 3+84+110=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #03546E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03546E is #FCAB91. Grayscale: #3E3E3E. Windows color (decimal): -16558994 or 7230467. OLE color: 7230467.
HSL color Cylindrical-coordinate representation of color #03546E: hue angle of 194.58º 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 #03546E is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 84 | 110 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.57 |
| HSL | 194.58º | 0.95% | 0.22% | - |
| HSV(B) | 194.58º | 0.97% | 0.43% | - |
| XYZ | 6.02 | 7.49 | 15.88 | - |
| YUV | 62.75 | 154.66 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 84 | 110 | 0.97 | 0.24 | 0 | 0.57 | 194.58 | 0.95 | 0.22 |
| Hex | 3 | 54 | 6E | 61 | 18 | 0 | 39 | C3 | 5F | 16 |
| Octal | 3 | 124 | 156 | 141 | 30 | 0 | 71 | 303 | 137 | 26 |
| Binary | 11 | 1010100 | 1101110 | 1100001 | 11000 | 0 | 111001 | 11000011 | 1011111 | 10110 |
Color Harmonies of #03546E
Complementary color
Monochromatic Colors of #03546E
Black with #03546E
Text Example
Text Example
White with #03546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03546E; }
p { color: rgb(3,84,110); }
H1.HeaderClassName
{
color: #03546E;
}
.AnyTagClassName
{
color: #03546E;
}
</style>
background-color css
<style>
a { background-color: #03546E; }
a { background-color: rgb(3,84,110); }
div.DivClassName
{
background-color: #03546E;
}
.BgClassName
{
background-color: #03546E;
}
</style>
border-color css
<style>
span { border-color: #03546E; }
span { border-color: rgb(3,84,110); }
td.TdClassName
{
border-color: #03546E;
}
.TagClassName
{
border-color: #03546E;
}
</style>