#036663

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

Shades of Mosque #036663

Tints of Mosque #036663

Color information

#036663 (or 0x036663) is unknown color: approx Mosque. HEX triplet: 03, 66 and 63. RGB value is (3,102,99). Sum of RGB (Red+Green+Blue) = 3+102+99=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 102 (40.23% from 255 or 50% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 102 - color contains mainly: green. Hex color #036663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036663 is #FC999C. Grayscale: #474747. Windows color (decimal): -16554397 or 6514179. OLE color: 6514179.

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

Color convert

RGB310299-
CMYK0.9700.030.6
HSL178.18º94.29%20.59%-
HSV(B)178.18º97.06%40%-
XYZ7.0410.4213.45-
YUV72.06143.278.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.47%
GREEN value IS 102 (40.23% from 255) = 50%
BLUE value IS 99 (39.06% from 255) = 48.53%
R=1.47%
G=50%
B=48.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3102990.9700.030.6178.1894.2920.59
Hex3666361033Cb25e15
Octal3146143141037426213625
Binary1111001101100011110000101111110010110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036663; }

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

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

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

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

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

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

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

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