Shades of Mosque #035D60
Tints of Mosque #035D60
RGB
CMYK
RGB Variations
Color information
#035D60 (or 0x035D60) is known color: Mosque. HEX triplet: 03, 5D and 60. RGB value is (3,93,96). Sum of RGB (Red+Green+Blue) = 3+93+96=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 93 (36.72% from 255 or 48.44% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #035D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035D60 is #FCA29F. Grayscale: #424242. Windows color (decimal): -16556704 or 6315267. OLE color: 6315267.
HSL color Cylindrical-coordinate representation of color #035D60: hue angle of 181.94º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035D60 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 93 | 96 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.62 |
| HSL | 181.94º | 0.94% | 0.19% | - |
| HSV(B) | 181.94º | 0.97% | 0.38% | - |
| XYZ | 6.06 | 8.69 | 12.42 | - |
| YUV | 66.43 | 144.68 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 93 | 96 | 0.97 | 0.03 | 0 | 0.62 | 181.94 | 0.94 | 0.19 |
| Hex | 3 | 5D | 60 | 61 | 3 | 0 | 3E | B6 | 5E | 13 |
| Octal | 3 | 135 | 140 | 141 | 3 | 0 | 76 | 266 | 136 | 23 |
| Binary | 11 | 1011101 | 1100000 | 1100001 | 11 | 0 | 111110 | 10110110 | 1011110 | 10011 |
Color Harmonies of #035D60
Complementary color
Monochromatic Colors of #035D60
Black with #035D60
Text Example
Text Example
White with #035D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035D60; }
p { color: rgb(3,93,96); }
H1.HeaderClassName
{
color: #035D60;
}
.AnyTagClassName
{
color: #035D60;
}
</style>
background-color css
<style>
a { background-color: #035D60; }
a { background-color: rgb(3,93,96); }
div.DivClassName
{
background-color: #035D60;
}
.BgClassName
{
background-color: #035D60;
}
</style>
border-color css
<style>
span { border-color: #035D60; }
span { border-color: rgb(3,93,96); }
td.TdClassName
{
border-color: #035D60;
}
.TagClassName
{
border-color: #035D60;
}
</style>