Shades of Mosque #035B5A
Tints of Mosque #035B5A
RGB
CMYK
RGB Variations
Color information
#035B5A (or 0x035B5A) is known color: Mosque. HEX triplet: 03, 5B and 5A. RGB value is (3,91,90). Sum of RGB (Red+Green+Blue) = 3+91+90=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 91 (35.94% from 255 or 49.46% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 91 - color contains mainly: green. Hex color #035B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035B5A is #FCA4A5. Grayscale: #404040. Windows color (decimal): -16557222 or 5921539. OLE color: 5921539.
HSL color Cylindrical-coordinate representation of color #035B5A: hue angle of 179.32º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035B5A is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 91 | 90 | - |
| CMYK | 0.97 | 0 | 0.01 | 0.64 |
| HSL | 179.32º | 0.94% | 0.18% | - |
| HSV(B) | 179.32º | 0.97% | 0.36% | - |
| XYZ | 5.62 | 8.24 | 10.97 | - |
| YUV | 64.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 90 | 0.97 | 0 | 0.01 | 0.64 | 179.32 | 0.94 | 0.18 |
| Hex | 3 | 5B | 5A | 61 | 0 | 1 | 40 | B3 | 5E | 12 |
| Octal | 3 | 133 | 132 | 141 | 0 | 1 | 100 | 263 | 136 | 22 |
| Binary | 11 | 1011011 | 1011010 | 1100001 | 0 | 1 | 1000000 | 10110011 | 1011110 | 10010 |
Color Harmonies of #035B5A
Complementary color
Monochromatic Colors of #035B5A
Black with #035B5A
Text Example
Text Example
White with #035B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035B5A; }
p { color: rgb(3,91,90); }
H1.HeaderClassName
{
color: #035B5A;
}
.AnyTagClassName
{
color: #035B5A;
}
</style>
background-color css
<style>
a { background-color: #035B5A; }
a { background-color: rgb(3,91,90); }
div.DivClassName
{
background-color: #035B5A;
}
.BgClassName
{
background-color: #035B5A;
}
</style>
border-color css
<style>
span { border-color: #035B5A; }
span { border-color: rgb(3,91,90); }
td.TdClassName
{
border-color: #035B5A;
}
.TagClassName
{
border-color: #035B5A;
}
</style>