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