#03564C

Color #03564C Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #03564C

Tints of Mosque #03564C

Color information

#03564C (or 0x03564C) is unknown color: approx Mosque. HEX triplet: 03, 56 and 4C. RGB value is (3,86,76). Sum of RGB (Red+Green+Blue) = 3+86+76=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 86 (33.98% from 255 or 52.12% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 86 - color contains mainly: green. Hex color #03564C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03564C is #FCA9B3. Grayscale: #3B3B3B. Windows color (decimal): -16558516 or 5002755. OLE color: 5002755.

HSL color Cylindrical-coordinate representation of color #03564C: hue angle of 172.77º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03564C is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB38676-
CMYK0.9700.120.66
HSL172.77º93.26%17.45%-
HSV(B)172.77º96.51%33.73%-
XYZ4.677.27.98-
YUV60.0413787.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.82%
GREEN value IS 86 (33.98% from 255) = 52.12%
BLUE value IS 76 (30.08% from 255) = 46.06%
R=1.82%
G=52.12%
B=46.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal386760.9700.120.66172.7793.2617.45
Hex3564C610C42ad5d11
Octal312611414101410225513521
Binary1110101101001100110000101100100001010101101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03564C; }

 p { color: rgb(3,86,76); }

 H1.HeaderClassName
 {
   color: #03564C;
 }
 .AnyTagClassName
 {
   color: #03564C;
 }
</style>
background-color css

<style>
 a { background-color: #03564C; }

 a { background-color: rgb(3,86,76); }

 div.DivClassName
 {
   background-color: #03564C;
 }
 .BgClassName
 {
   background-color: #03564C;
 }
</style>
border-color css

<style>
 span { border-color: #03564C; }

 span { border-color: rgb(3,86,76); }

 td.TdClassName
 {
   border-color: #03564C;
 }
 .TagClassName
 {
   border-color: #03564C;
 }
</style>