Shades of Mosque #03554D
Tints of Mosque #03554D
RGB
CMYK
RGB Variations
Color information
#03554D (or 0x03554D) is known color: Mosque. HEX triplet: 03, 55 and 4D. RGB value is (3,85,77). Sum of RGB (Red+Green+Blue) = 3+85+77=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #03554D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03554D is #FCAAB2. Grayscale: #3B3B3B. Windows color (decimal): -16558771 or 5068035. OLE color: 5068035.
HSL color Cylindrical-coordinate representation of color #03554D: hue angle of 174.15º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03554D is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 85 | 77 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.67 |
| HSL | 174.15º | 0.93% | 0.17% | - |
| HSV(B) | 174.15º | 0.96% | 0.33% | - |
| XYZ | 4.63 | 7.05 | 8.14 | - |
| YUV | 59.57 | 137.83 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 77 | 0.96 | 0 | 0.09 | 0.67 | 174.15 | 0.93 | 0.17 |
| Hex | 3 | 55 | 4D | 60 | 0 | 9 | 43 | AE | 5D | 11 |
| Octal | 3 | 125 | 115 | 140 | 0 | 11 | 103 | 256 | 135 | 21 |
| Binary | 11 | 1010101 | 1001101 | 1100000 | 0 | 1001 | 1000011 | 10101110 | 1011101 | 10001 |
Color Harmonies of #03554D
Complementary color
Monochromatic Colors of #03554D
Black with #03554D
Text Example
Text Example
White with #03554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03554D; }
p { color: rgb(3,85,77); }
H1.HeaderClassName
{
color: #03554D;
}
.AnyTagClassName
{
color: #03554D;
}
</style>
background-color css
<style>
a { background-color: #03554D; }
a { background-color: rgb(3,85,77); }
div.DivClassName
{
background-color: #03554D;
}
.BgClassName
{
background-color: #03554D;
}
</style>
border-color css
<style>
span { border-color: #03554D; }
span { border-color: rgb(3,85,77); }
td.TdClassName
{
border-color: #03554D;
}
.TagClassName
{
border-color: #03554D;
}
</style>