Shades of Mosque #03574C
Tints of Mosque #03574C
RGB
CMYK
RGB Variations
Color information
#03574C (or 0x03574C) is known color: Mosque. HEX triplet: 03, 57 and 4C. RGB value is (3,87,76). Sum of RGB (Red+Green+Blue) = 3+87+76=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 87 (34.38% from 255 or 52.41% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 87 - color contains mainly: green. Hex color #03574C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03574C is #FCA8B3. Grayscale: #3C3C3C. Windows color (decimal): -16558260 or 5003011. OLE color: 5003011.
HSL color Cylindrical-coordinate representation of color #03574C: hue angle of 172.14º 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 #03574C is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 87 | 76 | - |
| CMYK | 0.97 | 0 | 0.13 | 0.66 |
| HSL | 172.14º | 0.93% | 0.18% | - |
| HSV(B) | 172.14º | 0.97% | 0.34% | - |
| XYZ | 4.75 | 7.36 | 8.01 | - |
| YUV | 60.63 | 136.67 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 76 | 0.97 | 0 | 0.13 | 0.66 | 172.14 | 0.93 | 0.18 |
| Hex | 3 | 57 | 4C | 61 | 0 | D | 42 | AC | 5D | 12 |
| Octal | 3 | 127 | 114 | 141 | 0 | 15 | 102 | 254 | 135 | 22 |
| Binary | 11 | 1010111 | 1001100 | 1100001 | 0 | 1101 | 1000010 | 10101100 | 1011101 | 10010 |
Color Harmonies of #03574C
Complementary color
Monochromatic Colors of #03574C
Black with #03574C
Text Example
Text Example
White with #03574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03574C; }
p { color: rgb(3,87,76); }
H1.HeaderClassName
{
color: #03574C;
}
.AnyTagClassName
{
color: #03574C;
}
</style>
background-color css
<style>
a { background-color: #03574C; }
a { background-color: rgb(3,87,76); }
div.DivClassName
{
background-color: #03574C;
}
.BgClassName
{
background-color: #03574C;
}
</style>
border-color css
<style>
span { border-color: #03574C; }
span { border-color: rgb(3,87,76); }
td.TdClassName
{
border-color: #03574C;
}
.TagClassName
{
border-color: #03574C;
}
</style>