Shades of Mosque #03695C
Tints of Mosque #03695C
RGB
CMYK
RGB Variations
Color information
#03695C (or 0x03695C) is known color: Mosque. HEX triplet: 03, 69 and 5C. RGB value is (3,105,92). Sum of RGB (Red+Green+Blue) = 3+105+92=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #03695C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03695C is #FC96A3. Grayscale: #484848. Windows color (decimal): -16553636 or 6056195. OLE color: 6056195.
HSL color Cylindrical-coordinate representation of color #03695C: hue angle of 172.35º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03695C is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 105 | 92 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.59 |
| HSL | 172.35º | 0.94% | 0.21% | - |
| HSV(B) | 172.35º | 0.97% | 0.41% | - |
| XYZ | 7.02 | 10.9 | 11.86 | - |
| YUV | 73.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 92 | 0.97 | 0 | 0.12 | 0.59 | 172.35 | 0.94 | 0.21 |
| Hex | 3 | 69 | 5C | 61 | 0 | C | 3B | AC | 5E | 15 |
| Octal | 3 | 151 | 134 | 141 | 0 | 14 | 73 | 254 | 136 | 25 |
| Binary | 11 | 1101001 | 1011100 | 1100001 | 0 | 1100 | 111011 | 10101100 | 1011110 | 10101 |
Color Harmonies of #03695C
Complementary color
Monochromatic Colors of #03695C
Black with #03695C
Text Example
Text Example
White with #03695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03695C; }
p { color: rgb(3,105,92); }
H1.HeaderClassName
{
color: #03695C;
}
.AnyTagClassName
{
color: #03695C;
}
</style>
background-color css
<style>
a { background-color: #03695C; }
a { background-color: rgb(3,105,92); }
div.DivClassName
{
background-color: #03695C;
}
.BgClassName
{
background-color: #03695C;
}
</style>
border-color css
<style>
span { border-color: #03695C; }
span { border-color: rgb(3,105,92); }
td.TdClassName
{
border-color: #03695C;
}
.TagClassName
{
border-color: #03695C;
}
</style>