Shades of Mosque #03675D
Tints of Mosque #03675D
RGB
CMYK
RGB Variations
Color information
#03675D (or 0x03675D) is known color: Mosque. HEX triplet: 03, 67 and 5D. RGB value is (3,103,93). Sum of RGB (Red+Green+Blue) = 3+103+93=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 103 (40.62% from 255 or 51.76% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 103 - color contains mainly: green. Hex color #03675D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03675D is #FC98A2. Grayscale: #474747. Windows color (decimal): -16554147 or 6121219. OLE color: 6121219.
HSL color Cylindrical-coordinate representation of color #03675D: hue angle of 174º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03675D is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 103 | 93 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.60 |
| HSL | 174º | 0.94% | 0.21% | - |
| HSV(B) | 174º | 0.97% | 0.4% | - |
| XYZ | 6.86 | 10.51 | 12.02 | - |
| YUV | 71.96 | 139.87 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 93 | 0.97 | 0 | 0.10 | 0.60 | 174 | 0.94 | 0.21 |
| Hex | 3 | 67 | 5D | 61 | 0 | A | 3C | AE | 5E | 15 |
| Octal | 3 | 147 | 135 | 141 | 0 | 12 | 74 | 256 | 136 | 25 |
| Binary | 11 | 1100111 | 1011101 | 1100001 | 0 | 1010 | 111100 | 10101110 | 1011110 | 10101 |
Color Harmonies of #03675D
Complementary color
Monochromatic Colors of #03675D
Black with #03675D
Text Example
Text Example
White with #03675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03675D; }
p { color: rgb(3,103,93); }
H1.HeaderClassName
{
color: #03675D;
}
.AnyTagClassName
{
color: #03675D;
}
</style>
background-color css
<style>
a { background-color: #03675D; }
a { background-color: rgb(3,103,93); }
div.DivClassName
{
background-color: #03675D;
}
.BgClassName
{
background-color: #03675D;
}
</style>
border-color css
<style>
span { border-color: #03675D; }
span { border-color: rgb(3,103,93); }
td.TdClassName
{
border-color: #03675D;
}
.TagClassName
{
border-color: #03675D;
}
</style>