#036163

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

Shades of Mosque #036163

Tints of Mosque #036163

Color information

#036163 (or 0x036163) is unknown color: approx Mosque. HEX triplet: 03, 61 and 63. RGB value is (3,97,99). Sum of RGB (Red+Green+Blue) = 3+97+99=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #036163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036163 is #FC9E9C. Grayscale: #454545. Windows color (decimal): -16555677 or 6512899. OLE color: 6512899.

HSL color Cylindrical-coordinate representation of color #036163: hue angle of 181.25º 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 #036163 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB39799-
CMYK0.970.0200.61
HSL181.25º94.12%20%-
HSV(B)181.25º96.97%38.82%-
XYZ6.569.4713.29-
YUV69.12144.8680.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.51%
GREEN value IS 97 (38.28% from 255) = 48.74%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=1.51%
G=48.74%
B=49.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal397990.970.0200.61181.2594.1220
Hex3616361203Db55e14
Octal3141143141207526513624
Binary1111000011100011110000110011110110110101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036163; }

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

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

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

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

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

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

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

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