Shades of Mosque #03574D
Tints of Mosque #03574D
RGB
CMYK
RGB Variations
Color information
#03574D (or 0x03574D) is known color: Mosque. HEX triplet: 03, 57 and 4D. RGB value is (3,87,77). Sum of RGB (Red+Green+Blue) = 3+87+77=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 87 (34.38% from 255 or 52.10% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 87 - color contains mainly: green. Hex color #03574D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03574D is #FCA8B2. Grayscale: #3C3C3C. Windows color (decimal): -16558259 or 5068547. OLE color: 5068547.
HSL color Cylindrical-coordinate representation of color #03574D: hue angle of 172.86º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03574D is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 87 | 77 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.66 |
| HSL | 172.86º | 0.93% | 0.18% | - |
| HSV(B) | 172.86º | 0.97% | 0.34% | - |
| XYZ | 4.79 | 7.37 | 8.19 | - |
| YUV | 60.74 | 137.17 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 77 | 0.97 | 0 | 0.11 | 0.66 | 172.86 | 0.93 | 0.18 |
| Hex | 3 | 57 | 4D | 61 | 0 | B | 42 | AD | 5D | 12 |
| Octal | 3 | 127 | 115 | 141 | 0 | 13 | 102 | 255 | 135 | 22 |
| Binary | 11 | 1010111 | 1001101 | 1100001 | 0 | 1011 | 1000010 | 10101101 | 1011101 | 10010 |
Color Harmonies of #03574D
Complementary color
Monochromatic Colors of #03574D
Black with #03574D
Text Example
Text Example
White with #03574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03574D; }
p { color: rgb(3,87,77); }
H1.HeaderClassName
{
color: #03574D;
}
.AnyTagClassName
{
color: #03574D;
}
</style>
background-color css
<style>
a { background-color: #03574D; }
a { background-color: rgb(3,87,77); }
div.DivClassName
{
background-color: #03574D;
}
.BgClassName
{
background-color: #03574D;
}
</style>
border-color css
<style>
span { border-color: #03574D; }
span { border-color: rgb(3,87,77); }
td.TdClassName
{
border-color: #03574D;
}
.TagClassName
{
border-color: #03574D;
}
</style>