Shades of Mosque #035C4D
Tints of Mosque #035C4D
RGB
CMYK
RGB Variations
Color information
#035C4D (or 0x035C4D) is known color: Mosque. HEX triplet: 03, 5C and 4D. RGB value is (3,92,77). Sum of RGB (Red+Green+Blue) = 3+92+77=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #035C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035C4D is #FCA3B2. Grayscale: #3F3F3F. Windows color (decimal): -16556979 or 5069827. OLE color: 5069827.
HSL color Cylindrical-coordinate representation of color #035C4D: hue angle of 169.89º 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 #035C4D is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 77 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.64 |
| HSL | 169.89º | 0.94% | 0.19% | - |
| HSV(B) | 169.89º | 0.97% | 0.36% | - |
| XYZ | 5.2 | 8.21 | 8.33 | - |
| YUV | 63.68 | 135.51 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 77 | 0.97 | 0 | 0.16 | 0.64 | 169.89 | 0.94 | 0.19 |
| Hex | 3 | 5C | 4D | 61 | 0 | 10 | 40 | AA | 5E | 13 |
| Octal | 3 | 134 | 115 | 141 | 0 | 20 | 100 | 252 | 136 | 23 |
| Binary | 11 | 1011100 | 1001101 | 1100001 | 0 | 10000 | 1000000 | 10101010 | 1011110 | 10011 |
Color Harmonies of #035C4D
Complementary color
Monochromatic Colors of #035C4D
Black with #035C4D
Text Example
Text Example
White with #035C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C4D; }
p { color: rgb(3,92,77); }
H1.HeaderClassName
{
color: #035C4D;
}
.AnyTagClassName
{
color: #035C4D;
}
</style>
background-color css
<style>
a { background-color: #035C4D; }
a { background-color: rgb(3,92,77); }
div.DivClassName
{
background-color: #035C4D;
}
.BgClassName
{
background-color: #035C4D;
}
</style>
border-color css
<style>
span { border-color: #035C4D; }
span { border-color: rgb(3,92,77); }
td.TdClassName
{
border-color: #035C4D;
}
.TagClassName
{
border-color: #035C4D;
}
</style>