Shades of Mosque #03645C
Tints of Mosque #03645C
RGB
CMYK
RGB Variations
Color information
#03645C (or 0x03645C) is known color: Mosque. HEX triplet: 03, 64 and 5C. RGB value is (3,100,92). Sum of RGB (Red+Green+Blue) = 3+100+92=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #03645C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03645C is #FC9BA3. Grayscale: #464646. Windows color (decimal): -16554916 or 6054915. OLE color: 6054915.
HSL color Cylindrical-coordinate representation of color #03645C: hue angle of 175.05º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03645C is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 100 | 92 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.61 |
| HSL | 175.05º | 0.94% | 0.2% | - |
| HSV(B) | 175.05º | 0.97% | 0.39% | - |
| XYZ | 6.53 | 9.91 | 11.69 | - |
| YUV | 70.09 | 140.36 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 92 | 0.97 | 0 | 0.08 | 0.61 | 175.05 | 0.94 | 0.2 |
| Hex | 3 | 64 | 5C | 61 | 0 | 8 | 3D | AF | 5E | 14 |
| Octal | 3 | 144 | 134 | 141 | 0 | 10 | 75 | 257 | 136 | 24 |
| Binary | 11 | 1100100 | 1011100 | 1100001 | 0 | 1000 | 111101 | 10101111 | 1011110 | 10100 |
Color Harmonies of #03645C
Complementary color
Monochromatic Colors of #03645C
Black with #03645C
Text Example
Text Example
White with #03645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03645C; }
p { color: rgb(3,100,92); }
H1.HeaderClassName
{
color: #03645C;
}
.AnyTagClassName
{
color: #03645C;
}
</style>
background-color css
<style>
a { background-color: #03645C; }
a { background-color: rgb(3,100,92); }
div.DivClassName
{
background-color: #03645C;
}
.BgClassName
{
background-color: #03645C;
}
</style>
border-color css
<style>
span { border-color: #03645C; }
span { border-color: rgb(3,100,92); }
td.TdClassName
{
border-color: #03645C;
}
.TagClassName
{
border-color: #03645C;
}
</style>