Shades of Mosque #03554C
Tints of Mosque #03554C
RGB
CMYK
RGB Variations
Color information
#03554C (or 0x03554C) is known color: Mosque. HEX triplet: 03, 55 and 4C. RGB value is (3,85,76). Sum of RGB (Red+Green+Blue) = 3+85+76=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #03554C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03554C is #FCAAB3. Grayscale: #3B3B3B. Windows color (decimal): -16558772 or 5002499. OLE color: 5002499.
HSL color Cylindrical-coordinate representation of color #03554C: hue angle of 173.41º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03554C is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 85 | 76 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.67 |
| HSL | 173.41º | 0.93% | 0.17% | - |
| HSV(B) | 173.41º | 0.96% | 0.33% | - |
| XYZ | 4.59 | 7.04 | 7.95 | - |
| YUV | 59.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 76 | 0.96 | 0 | 0.11 | 0.67 | 173.41 | 0.93 | 0.17 |
| Hex | 3 | 55 | 4C | 60 | 0 | B | 43 | AD | 5D | 11 |
| Octal | 3 | 125 | 114 | 140 | 0 | 13 | 103 | 255 | 135 | 21 |
| Binary | 11 | 1010101 | 1001100 | 1100000 | 0 | 1011 | 1000011 | 10101101 | 1011101 | 10001 |
Color Harmonies of #03554C
Complementary color
Monochromatic Colors of #03554C
Black with #03554C
Text Example
Text Example
White with #03554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03554C; }
p { color: rgb(3,85,76); }
H1.HeaderClassName
{
color: #03554C;
}
.AnyTagClassName
{
color: #03554C;
}
</style>
background-color css
<style>
a { background-color: #03554C; }
a { background-color: rgb(3,85,76); }
div.DivClassName
{
background-color: #03554C;
}
.BgClassName
{
background-color: #03554C;
}
</style>
border-color css
<style>
span { border-color: #03554C; }
span { border-color: rgb(3,85,76); }
td.TdClassName
{
border-color: #03554C;
}
.TagClassName
{
border-color: #03554C;
}
</style>