Shades of Mosque #03565D
Tints of Mosque #03565D
RGB
CMYK
RGB Variations
Color information
#03565D (or 0x03565D) is known color: Mosque. HEX triplet: 03, 56 and 5D. RGB value is (3,86,93). Sum of RGB (Red+Green+Blue) = 3+86+93=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #03565D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03565D is #FCA9A2. Grayscale: #3D3D3D. Windows color (decimal): -16558499 or 6116867. OLE color: 6116867.
HSL color Cylindrical-coordinate representation of color #03565D: hue angle of 184.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03565D is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 86 | 93 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.64 |
| HSL | 184.67º | 0.94% | 0.19% | - |
| HSV(B) | 184.67º | 0.97% | 0.36% | - |
| XYZ | 5.34 | 7.47 | 11.52 | - |
| YUV | 61.98 | 145.5 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 86 | 93 | 0.97 | 0.08 | 0 | 0.64 | 184.67 | 0.94 | 0.19 |
| Hex | 3 | 56 | 5D | 61 | 8 | 0 | 40 | B9 | 5E | 13 |
| Octal | 3 | 126 | 135 | 141 | 10 | 0 | 100 | 271 | 136 | 23 |
| Binary | 11 | 1010110 | 1011101 | 1100001 | 1000 | 0 | 1000000 | 10111001 | 1011110 | 10011 |
Color Harmonies of #03565D
Complementary color
Monochromatic Colors of #03565D
Black with #03565D
Text Example
Text Example
White with #03565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03565D; }
p { color: rgb(3,86,93); }
H1.HeaderClassName
{
color: #03565D;
}
.AnyTagClassName
{
color: #03565D;
}
</style>
background-color css
<style>
a { background-color: #03565D; }
a { background-color: rgb(3,86,93); }
div.DivClassName
{
background-color: #03565D;
}
.BgClassName
{
background-color: #03565D;
}
</style>
border-color css
<style>
span { border-color: #03565D; }
span { border-color: rgb(3,86,93); }
td.TdClassName
{
border-color: #03565D;
}
.TagClassName
{
border-color: #03565D;
}
</style>