#036564

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

Shades of Mosque #036564

Tints of Mosque #036564

Color information

#036564 (or 0x036564) is unknown color: approx Mosque. HEX triplet: 03, 65 and 64. RGB value is (3,101,100). Sum of RGB (Red+Green+Blue) = 3+101+100=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #036564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036564 is #FC9A9B. Grayscale: #474747. Windows color (decimal): -16554652 or 6579459. OLE color: 6579459.

HSL color Cylindrical-coordinate representation of color #036564: hue angle of 179.39º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036564 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB3101100-
CMYK0.9700.010.60
HSL179.39º94.23%20.39%-
HSV(B)179.39º97.03%39.61%-
XYZ6.9910.2513.67-
YUV71.58144.0379.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.47%
GREEN value IS 101 (39.84% from 255) = 49.51%
BLUE value IS 100 (39.45% from 255) = 49.02%
R=1.47%
G=49.51%
B=49.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal31011000.9700.010.60179.3994.2320.39
Hex3656461013Cb35e14
Octal3145144141017426313624
Binary111100101110010011000010111110010110011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036564; }

 p { color: rgb(3,101,100); }

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

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

 a { background-color: rgb(3,101,100); }

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

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

 span { border-color: rgb(3,101,100); }

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