#036863

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

Shades of Mosque #036863

Tints of Mosque #036863

Color information

#036863 (or 0x036863) is unknown color: approx Mosque. HEX triplet: 03, 68 and 63. RGB value is (3,104,99). Sum of RGB (Red+Green+Blue) = 3+104+99=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #036863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036863 is #FC979C. Grayscale: #494949. Windows color (decimal): -16553885 or 6514691. OLE color: 6514691.

HSL color Cylindrical-coordinate representation of color #036863: hue angle of 177.03º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036863 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB310499-
CMYK0.9700.050.59
HSL177.03º94.39%20.98%-
HSV(B)177.03º97.12%40.78%-
XYZ7.2410.8213.51-
YUV73.23142.5477.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.46%
GREEN value IS 104 (41.02% from 255) = 50.49%
BLUE value IS 99 (39.06% from 255) = 48.06%
R=1.46%
G=50.49%
B=48.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3104990.9700.050.59177.0394.3920.98
Hex3686361053Bb15e15
Octal3150143141057326113625
Binary11110100011000111100001010111101110110001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036863; }

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

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

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

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

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

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

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

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