#03564F

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

Shades of Mosque #03564F

Tints of Mosque #03564F

Color information

#03564F (or 0x03564F) is unknown color: approx Mosque. HEX triplet: 03, 56 and 4F. RGB value is (3,86,79). Sum of RGB (Red+Green+Blue) = 3+86+79=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 86 (33.98% from 255 or 51.19% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 86 - color contains mainly: green. Hex color #03564F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03564F is #FCA9B0. Grayscale: #3C3C3C. Windows color (decimal): -16558513 or 5199363. OLE color: 5199363.

HSL color Cylindrical-coordinate representation of color #03564F: hue angle of 174.94º 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 #03564F is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB38679-
CMYK0.9700.080.66
HSL174.94º93.26%17.45%-
HSV(B)174.94º96.51%33.73%-
XYZ4.787.248.54-
YUV60.38138.587.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.79%
GREEN value IS 86 (33.98% from 255) = 51.19%
BLUE value IS 79 (31.25% from 255) = 47.02%
R=1.79%
G=51.19%
B=47.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal386790.9700.080.66174.9493.2617.45
Hex3564F610842af5d11
Octal312611714101010225713521
Binary1110101101001111110000101000100001010101111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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