Shades of Mosque #03564D
Tints of Mosque #03564D
RGB
CMYK
RGB Variations
Color information
#03564D (or 0x03564D) is known color: Mosque. HEX triplet: 03, 56 and 4D. RGB value is (3,86,77). Sum of RGB (Red+Green+Blue) = 3+86+77=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #03564D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03564D is #FCA9B2. Grayscale: #3C3C3C. Windows color (decimal): -16558515 or 5068291. OLE color: 5068291.
HSL color Cylindrical-coordinate representation of color #03564D: hue angle of 173.49º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03564D is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 86 | 77 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.66 |
| HSL | 173.49º | 0.93% | 0.17% | - |
| HSV(B) | 173.49º | 0.97% | 0.34% | - |
| XYZ | 4.7 | 7.21 | 8.17 | - |
| YUV | 60.16 | 137.5 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 86 | 77 | 0.97 | 0 | 0.10 | 0.66 | 173.49 | 0.93 | 0.17 |
| Hex | 3 | 56 | 4D | 61 | 0 | A | 42 | AD | 5D | 11 |
| Octal | 3 | 126 | 115 | 141 | 0 | 12 | 102 | 255 | 135 | 21 |
| Binary | 11 | 1010110 | 1001101 | 1100001 | 0 | 1010 | 1000010 | 10101101 | 1011101 | 10001 |
Color Harmonies of #03564D
Complementary color
Monochromatic Colors of #03564D
Black with #03564D
Text Example
Text Example
White with #03564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03564D; }
p { color: rgb(3,86,77); }
H1.HeaderClassName
{
color: #03564D;
}
.AnyTagClassName
{
color: #03564D;
}
</style>
background-color css
<style>
a { background-color: #03564D; }
a { background-color: rgb(3,86,77); }
div.DivClassName
{
background-color: #03564D;
}
.BgClassName
{
background-color: #03564D;
}
</style>
border-color css
<style>
span { border-color: #03564D; }
span { border-color: rgb(3,86,77); }
td.TdClassName
{
border-color: #03564D;
}
.TagClassName
{
border-color: #03564D;
}
</style>