Shades of Mosque #03595D
Tints of Mosque #03595D
RGB
CMYK
RGB Variations
Color information
#03595D (or 0x03595D) is known color: Mosque. HEX triplet: 03, 59 and 5D. RGB value is (3,89,93). Sum of RGB (Red+Green+Blue) = 3+89+93=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #03595D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03595D is #FCA6A2. Grayscale: #3F3F3F. Windows color (decimal): -16557731 or 6117635. OLE color: 6117635.
HSL color Cylindrical-coordinate representation of color #03595D: hue angle of 182.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03595D is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 89 | 93 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.64 |
| HSL | 182.67º | 0.94% | 0.19% | - |
| HSV(B) | 182.67º | 0.97% | 0.36% | - |
| XYZ | 5.59 | 7.95 | 11.6 | - |
| YUV | 63.74 | 144.51 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 93 | 0.97 | 0.04 | 0 | 0.64 | 182.67 | 0.94 | 0.19 |
| Hex | 3 | 59 | 5D | 61 | 4 | 0 | 40 | B7 | 5E | 13 |
| Octal | 3 | 131 | 135 | 141 | 4 | 0 | 100 | 267 | 136 | 23 |
| Binary | 11 | 1011001 | 1011101 | 1100001 | 100 | 0 | 1000000 | 10110111 | 1011110 | 10011 |
Color Harmonies of #03595D
Complementary color
Monochromatic Colors of #03595D
Black with #03595D
Text Example
Text Example
White with #03595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03595D; }
p { color: rgb(3,89,93); }
H1.HeaderClassName
{
color: #03595D;
}
.AnyTagClassName
{
color: #03595D;
}
</style>
background-color css
<style>
a { background-color: #03595D; }
a { background-color: rgb(3,89,93); }
div.DivClassName
{
background-color: #03595D;
}
.BgClassName
{
background-color: #03595D;
}
</style>
border-color css
<style>
span { border-color: #03595D; }
span { border-color: rgb(3,89,93); }
td.TdClassName
{
border-color: #03595D;
}
.TagClassName
{
border-color: #03595D;
}
</style>