Shades of Mosque #03545A
Tints of Mosque #03545A
RGB
CMYK
RGB Variations
Color information
#03545A (or 0x03545A) is known color: Mosque. HEX triplet: 03, 54 and 5A. RGB value is (3,84,90). Sum of RGB (Red+Green+Blue) = 3+84+90=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #03545A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03545A is #FCABA5. Grayscale: #3C3C3C. Windows color (decimal): -16559014 or 5919747. OLE color: 5919747.
HSL color Cylindrical-coordinate representation of color #03545A: hue angle of 184.14º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03545A is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 84 | 90 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.65 |
| HSL | 184.14º | 0.94% | 0.18% | - |
| HSV(B) | 184.14º | 0.97% | 0.35% | - |
| XYZ | 5.05 | 7.1 | 10.78 | - |
| YUV | 60.47 | 144.66 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 84 | 90 | 0.97 | 0.07 | 0 | 0.65 | 184.14 | 0.94 | 0.18 |
| Hex | 3 | 54 | 5A | 61 | 7 | 0 | 41 | B8 | 5E | 12 |
| Octal | 3 | 124 | 132 | 141 | 7 | 0 | 101 | 270 | 136 | 22 |
| Binary | 11 | 1010100 | 1011010 | 1100001 | 111 | 0 | 1000001 | 10111000 | 1011110 | 10010 |
Color Harmonies of #03545A
Complementary color
Monochromatic Colors of #03545A
Black with #03545A
Text Example
Text Example
White with #03545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03545A; }
p { color: rgb(3,84,90); }
H1.HeaderClassName
{
color: #03545A;
}
.AnyTagClassName
{
color: #03545A;
}
</style>
background-color css
<style>
a { background-color: #03545A; }
a { background-color: rgb(3,84,90); }
div.DivClassName
{
background-color: #03545A;
}
.BgClassName
{
background-color: #03545A;
}
</style>
border-color css
<style>
span { border-color: #03545A; }
span { border-color: rgb(3,84,90); }
td.TdClassName
{
border-color: #03545A;
}
.TagClassName
{
border-color: #03545A;
}
</style>