#036463

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

Shades of Mosque #036463

Tints of Mosque #036463

Color information

#036463 (or 0x036463) is unknown color: approx Mosque. HEX triplet: 03, 64 and 63. RGB value is (3,100,99). Sum of RGB (Red+Green+Blue) = 3+100+99=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 100 (39.45% from 255 or 49.50% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 100 - color contains mainly: green. Hex color #036463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036463 is #FC9B9C. Grayscale: #464646. Windows color (decimal): -16554909 or 6513667. OLE color: 6513667.

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

Color convert

RGB310099-
CMYK0.9700.010.61
HSL179.38º94.17%20.2%-
HSV(B)179.38º97%39.22%-
XYZ6.8510.0313.38-
YUV70.88143.8679.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 100 (39.45% from 255) = 49.50%
BLUE value IS 99 (39.06% from 255) = 49.01%
R=1.49%
G=49.50%
B=49.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3100990.9700.010.61179.3894.1720.2
Hex3646361013Db35e14
Octal3144143141017526313624
Binary111100100110001111000010111110110110011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036463; }

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

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

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

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

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

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

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

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