Shades of Mosque #035B4B
Tints of Mosque #035B4B
RGB
CMYK
RGB Variations
Color information
#035B4B (or 0x035B4B) is known color: Mosque. HEX triplet: 03, 5B and 4B. RGB value is (3,91,75). Sum of RGB (Red+Green+Blue) = 3+91+75=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 91 (35.94% from 255 or 53.85% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 91 - color contains mainly: green. Hex color #035B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035B4B is #FCA4B4. Grayscale: #3E3E3E. Windows color (decimal): -16557237 or 4938499. OLE color: 4938499.
HSL color Cylindrical-coordinate representation of color #035B4B: hue angle of 169.09º 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 #035B4B is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 91 | 75 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.64 |
| HSL | 169.09º | 0.94% | 0.18% | - |
| HSV(B) | 169.09º | 0.97% | 0.36% | - |
| XYZ | 5.05 | 8.01 | 7.94 | - |
| YUV | 62.86 | 134.85 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 91 | 75 | 0.97 | 0 | 0.18 | 0.64 | 169.09 | 0.94 | 0.18 |
| Hex | 3 | 5B | 4B | 61 | 0 | 12 | 40 | A9 | 5E | 12 |
| Octal | 3 | 133 | 113 | 141 | 0 | 22 | 100 | 251 | 136 | 22 |
| Binary | 11 | 1011011 | 1001011 | 1100001 | 0 | 10010 | 1000000 | 10101001 | 1011110 | 10010 |
Color Harmonies of #035B4B
Complementary color
Monochromatic Colors of #035B4B
Black with #035B4B
Text Example
Text Example
White with #035B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035B4B; }
p { color: rgb(3,91,75); }
H1.HeaderClassName
{
color: #035B4B;
}
.AnyTagClassName
{
color: #035B4B;
}
</style>
background-color css
<style>
a { background-color: #035B4B; }
a { background-color: rgb(3,91,75); }
div.DivClassName
{
background-color: #035B4B;
}
.BgClassName
{
background-color: #035B4B;
}
</style>
border-color css
<style>
span { border-color: #035B4B; }
span { border-color: rgb(3,91,75); }
td.TdClassName
{
border-color: #035B4B;
}
.TagClassName
{
border-color: #035B4B;
}
</style>