Shades of Mosque #03584D
Tints of Mosque #03584D
RGB
CMYK
RGB Variations
Color information
#03584D (or 0x03584D) is known color: Mosque. HEX triplet: 03, 58 and 4D. RGB value is (3,88,77). Sum of RGB (Red+Green+Blue) = 3+88+77=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #03584D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03584D is #FCA7B2. Grayscale: #3D3D3D. Windows color (decimal): -16558003 or 5068803. OLE color: 5068803.
HSL color Cylindrical-coordinate representation of color #03584D: hue angle of 172.24º 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 #03584D is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 88 | 77 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.65 |
| HSL | 172.24º | 0.93% | 0.18% | - |
| HSV(B) | 172.24º | 0.97% | 0.35% | - |
| XYZ | 4.87 | 7.53 | 8.22 | - |
| YUV | 61.33 | 136.84 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 77 | 0.97 | 0 | 0.12 | 0.65 | 172.24 | 0.93 | 0.18 |
| Hex | 3 | 58 | 4D | 61 | 0 | C | 41 | AC | 5D | 12 |
| Octal | 3 | 130 | 115 | 141 | 0 | 14 | 101 | 254 | 135 | 22 |
| Binary | 11 | 1011000 | 1001101 | 1100001 | 0 | 1100 | 1000001 | 10101100 | 1011101 | 10010 |
Color Harmonies of #03584D
Complementary color
Monochromatic Colors of #03584D
Black with #03584D
Text Example
Text Example
White with #03584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03584D; }
p { color: rgb(3,88,77); }
H1.HeaderClassName
{
color: #03584D;
}
.AnyTagClassName
{
color: #03584D;
}
</style>
background-color css
<style>
a { background-color: #03584D; }
a { background-color: rgb(3,88,77); }
div.DivClassName
{
background-color: #03584D;
}
.BgClassName
{
background-color: #03584D;
}
</style>
border-color css
<style>
span { border-color: #03584D; }
span { border-color: rgb(3,88,77); }
td.TdClassName
{
border-color: #03584D;
}
.TagClassName
{
border-color: #03584D;
}
</style>