Shades of Mosque #03615C
Tints of Mosque #03615C
RGB
CMYK
RGB Variations
Color information
#03615C (or 0x03615C) is known color: Mosque. HEX triplet: 03, 61 and 5C. RGB value is (3,97,92). Sum of RGB (Red+Green+Blue) = 3+97+92=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #03615C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03615C is #FC9EA3. Grayscale: #444444. Windows color (decimal): -16555684 or 6054147. OLE color: 6054147.
HSL color Cylindrical-coordinate representation of color #03615C: hue angle of 176.81º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03615C is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 97 | 92 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.62 |
| HSL | 176.81º | 0.94% | 0.2% | - |
| HSV(B) | 176.81º | 0.97% | 0.38% | - |
| XYZ | 6.24 | 9.34 | 11.6 | - |
| YUV | 68.32 | 141.36 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 97 | 92 | 0.97 | 0 | 0.05 | 0.62 | 176.81 | 0.94 | 0.2 |
| Hex | 3 | 61 | 5C | 61 | 0 | 5 | 3E | B1 | 5E | 14 |
| Octal | 3 | 141 | 134 | 141 | 0 | 5 | 76 | 261 | 136 | 24 |
| Binary | 11 | 1100001 | 1011100 | 1100001 | 0 | 101 | 111110 | 10110001 | 1011110 | 10100 |
Color Harmonies of #03615C
Complementary color
Monochromatic Colors of #03615C
Black with #03615C
Text Example
Text Example
White with #03615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03615C; }
p { color: rgb(3,97,92); }
H1.HeaderClassName
{
color: #03615C;
}
.AnyTagClassName
{
color: #03615C;
}
</style>
background-color css
<style>
a { background-color: #03615C; }
a { background-color: rgb(3,97,92); }
div.DivClassName
{
background-color: #03615C;
}
.BgClassName
{
background-color: #03615C;
}
</style>
border-color css
<style>
span { border-color: #03615C; }
span { border-color: rgb(3,97,92); }
td.TdClassName
{
border-color: #03615C;
}
.TagClassName
{
border-color: #03615C;
}
</style>