Shades of Mosque #03655B
Tints of Mosque #03655B
RGB
CMYK
RGB Variations
Color information
#03655B (or 0x03655B) is known color: Mosque. HEX triplet: 03, 65 and 5B. RGB value is (3,101,91). Sum of RGB (Red+Green+Blue) = 3+101+91=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #03655B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03655B is #FC9AA4. Grayscale: #464646. Windows color (decimal): -16554661 or 5989635. OLE color: 5989635.
HSL color Cylindrical-coordinate representation of color #03655B: hue angle of 173.88º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03655B is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 101 | 91 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.60 |
| HSL | 173.88º | 0.94% | 0.2% | - |
| HSV(B) | 173.88º | 0.97% | 0.4% | - |
| XYZ | 6.58 | 10.08 | 11.5 | - |
| YUV | 70.56 | 139.53 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 91 | 0.97 | 0 | 0.10 | 0.60 | 173.88 | 0.94 | 0.2 |
| Hex | 3 | 65 | 5B | 61 | 0 | A | 3C | AE | 5E | 14 |
| Octal | 3 | 145 | 133 | 141 | 0 | 12 | 74 | 256 | 136 | 24 |
| Binary | 11 | 1100101 | 1011011 | 1100001 | 0 | 1010 | 111100 | 10101110 | 1011110 | 10100 |
Color Harmonies of #03655B
Complementary color
Monochromatic Colors of #03655B
Black with #03655B
Text Example
Text Example
White with #03655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03655B; }
p { color: rgb(3,101,91); }
H1.HeaderClassName
{
color: #03655B;
}
.AnyTagClassName
{
color: #03655B;
}
</style>
background-color css
<style>
a { background-color: #03655B; }
a { background-color: rgb(3,101,91); }
div.DivClassName
{
background-color: #03655B;
}
.BgClassName
{
background-color: #03655B;
}
</style>
border-color css
<style>
span { border-color: #03655B; }
span { border-color: rgb(3,101,91); }
td.TdClassName
{
border-color: #03655B;
}
.TagClassName
{
border-color: #03655B;
}
</style>