Shades of Mosque #03594D
Tints of Mosque #03594D
RGB
CMYK
RGB Variations
Color information
#03594D (or 0x03594D) is known color: Mosque. HEX triplet: 03, 59 and 4D. RGB value is (3,89,77). Sum of RGB (Red+Green+Blue) = 3+89+77=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #03594D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03594D is #FCA6B2. Grayscale: #3D3D3D. Windows color (decimal): -16557747 or 5069059. OLE color: 5069059.
HSL color Cylindrical-coordinate representation of color #03594D: hue angle of 171.63º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03594D is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 89 | 77 | - |
| CMYK | 0.97 | 0 | 0.13 | 0.65 |
| HSL | 171.63º | 0.93% | 0.18% | - |
| HSV(B) | 171.63º | 0.97% | 0.35% | - |
| XYZ | 4.95 | 7.7 | 8.25 | - |
| YUV | 61.92 | 136.51 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 77 | 0.97 | 0 | 0.13 | 0.65 | 171.63 | 0.93 | 0.18 |
| Hex | 3 | 59 | 4D | 61 | 0 | D | 41 | AC | 5D | 12 |
| Octal | 3 | 131 | 115 | 141 | 0 | 15 | 101 | 254 | 135 | 22 |
| Binary | 11 | 1011001 | 1001101 | 1100001 | 0 | 1101 | 1000001 | 10101100 | 1011101 | 10010 |
Color Harmonies of #03594D
Complementary color
Monochromatic Colors of #03594D
Black with #03594D
Text Example
Text Example
White with #03594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03594D; }
p { color: rgb(3,89,77); }
H1.HeaderClassName
{
color: #03594D;
}
.AnyTagClassName
{
color: #03594D;
}
</style>
background-color css
<style>
a { background-color: #03594D; }
a { background-color: rgb(3,89,77); }
div.DivClassName
{
background-color: #03594D;
}
.BgClassName
{
background-color: #03594D;
}
</style>
border-color css
<style>
span { border-color: #03594D; }
span { border-color: rgb(3,89,77); }
td.TdClassName
{
border-color: #03594D;
}
.TagClassName
{
border-color: #03594D;
}
</style>