Shades of Mosque #035B5B
Tints of Mosque #035B5B
RGB
CMYK
RGB Variations
Color information
#035B5B (or 0x035B5B) is known color: Mosque. HEX triplet: 03, 5B and 5B. RGB value is (3,91,91). Sum of RGB (Red+Green+Blue) = 3+91+91=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 91 (35.94% from 255 or 49.19% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: green, blue. Hex color #035B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035B5B is #FCA4A4. Grayscale: #404040. Windows color (decimal): -16557221 or 5987075. OLE color: 5987075.
HSL color Cylindrical-coordinate representation of color #035B5B: hue angle of 180º 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 #035B5B is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 91 | 91 | - |
| CMYK | 0.97 | 0 | 0 | 0.64 |
| HSL | 180º | 0.94% | 0.18% | - |
| HSV(B) | 180º | 0.97% | 0.36% | - |
| XYZ | 5.67 | 8.26 | 11.19 | - |
| YUV | 64.69 | 142.85 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 91 | 0.97 | 0 | 0 | 0.64 | 180 | 0.94 | 0.18 |
| Hex | 3 | 5B | 5B | 61 | 0 | 0 | 40 | B4 | 5E | 12 |
| Octal | 3 | 133 | 133 | 141 | 0 | 0 | 100 | 264 | 136 | 22 |
| Binary | 11 | 1011011 | 1011011 | 1100001 | 0 | 0 | 1000000 | 10110100 | 1011110 | 10010 |
Color Harmonies of #035B5B
Complementary color
Monochromatic Colors of #035B5B
Black with #035B5B
Text Example
Text Example
White with #035B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035B5B; }
p { color: rgb(3,91,91); }
H1.HeaderClassName
{
color: #035B5B;
}
.AnyTagClassName
{
color: #035B5B;
}
</style>
background-color css
<style>
a { background-color: #035B5B; }
a { background-color: rgb(3,91,91); }
div.DivClassName
{
background-color: #035B5B;
}
.BgClassName
{
background-color: #035B5B;
}
</style>
border-color css
<style>
span { border-color: #035B5B; }
span { border-color: rgb(3,91,91); }
td.TdClassName
{
border-color: #035B5B;
}
.TagClassName
{
border-color: #035B5B;
}
</style>