Shades of Mosque #035A60
Tints of Mosque #035A60
RGB
CMYK
RGB Variations
Color information
#035A60 (or 0x035A60) is known color: Mosque. HEX triplet: 03, 5A and 60. RGB value is (3,90,96). Sum of RGB (Red+Green+Blue) = 3+90+96=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #035A60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A60 is #FCA59F. Grayscale: #404040. Windows color (decimal): -16557472 or 6314499. OLE color: 6314499.
HSL color Cylindrical-coordinate representation of color #035A60: hue angle of 183.87º 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 #035A60 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 90 | 96 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.62 |
| HSL | 183.87º | 0.94% | 0.19% | - |
| HSV(B) | 183.87º | 0.97% | 0.38% | - |
| XYZ | 5.81 | 8.18 | 12.34 | - |
| YUV | 64.67 | 145.68 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 96 | 0.97 | 0.06 | 0 | 0.62 | 183.87 | 0.94 | 0.19 |
| Hex | 3 | 5A | 60 | 61 | 6 | 0 | 3E | B8 | 5E | 13 |
| Octal | 3 | 132 | 140 | 141 | 6 | 0 | 76 | 270 | 136 | 23 |
| Binary | 11 | 1011010 | 1100000 | 1100001 | 110 | 0 | 111110 | 10111000 | 1011110 | 10011 |
Color Harmonies of #035A60
Complementary color
Monochromatic Colors of #035A60
Black with #035A60
Text Example
Text Example
White with #035A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035A60; }
p { color: rgb(3,90,96); }
H1.HeaderClassName
{
color: #035A60;
}
.AnyTagClassName
{
color: #035A60;
}
</style>
background-color css
<style>
a { background-color: #035A60; }
a { background-color: rgb(3,90,96); }
div.DivClassName
{
background-color: #035A60;
}
.BgClassName
{
background-color: #035A60;
}
</style>
border-color css
<style>
span { border-color: #035A60; }
span { border-color: rgb(3,90,96); }
td.TdClassName
{
border-color: #035A60;
}
.TagClassName
{
border-color: #035A60;
}
</style>