Shades of Mosque #03585C
Tints of Mosque #03585C
RGB
CMYK
RGB Variations
Color information
#03585C (or 0x03585C) is known color: Mosque. HEX triplet: 03, 58 and 5C. RGB value is (3,88,92). Sum of RGB (Red+Green+Blue) = 3+88+92=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #03585C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03585C is #FCA7A3. Grayscale: #3E3E3E. Windows color (decimal): -16557988 or 6051843. OLE color: 6051843.
HSL color Cylindrical-coordinate representation of color #03585C: hue angle of 182.7º 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 #03585C is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 88 | 92 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.64 |
| HSL | 182.7º | 0.94% | 0.19% | - |
| HSV(B) | 182.7º | 0.97% | 0.36% | - |
| XYZ | 5.46 | 7.77 | 11.34 | - |
| YUV | 63.04 | 144.34 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 92 | 0.97 | 0.04 | 0 | 0.64 | 182.7 | 0.94 | 0.19 |
| Hex | 3 | 58 | 5C | 61 | 4 | 0 | 40 | B7 | 5E | 13 |
| Octal | 3 | 130 | 134 | 141 | 4 | 0 | 100 | 267 | 136 | 23 |
| Binary | 11 | 1011000 | 1011100 | 1100001 | 100 | 0 | 1000000 | 10110111 | 1011110 | 10011 |
Color Harmonies of #03585C
Complementary color
Monochromatic Colors of #03585C
Black with #03585C
Text Example
Text Example
White with #03585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03585C; }
p { color: rgb(3,88,92); }
H1.HeaderClassName
{
color: #03585C;
}
.AnyTagClassName
{
color: #03585C;
}
</style>
background-color css
<style>
a { background-color: #03585C; }
a { background-color: rgb(3,88,92); }
div.DivClassName
{
background-color: #03585C;
}
.BgClassName
{
background-color: #03585C;
}
</style>
border-color css
<style>
span { border-color: #03585C; }
span { border-color: rgb(3,88,92); }
td.TdClassName
{
border-color: #03585C;
}
.TagClassName
{
border-color: #03585C;
}
</style>