#036064

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

Shades of Mosque #036064

Tints of Mosque #036064

Color information

#036064 (or 0x036064) is unknown color: approx Mosque. HEX triplet: 03, 60 and 64. RGB value is (3,96,100). Sum of RGB (Red+Green+Blue) = 3+96+100=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 100 (39.45% from 255 or 50.25% from 199); Max value from RGB is 100 - color contains mainly: blue. Hex color #036064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036064 is #FC9F9B. Grayscale: #444444. Windows color (decimal): -16555932 or 6578179. OLE color: 6578179.

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

Color convert

RGB396100-
CMYK0.970.0400.61
HSL182.47º94.17%20.2%-
HSV(B)182.47º97%39.22%-
XYZ6.529.3113.51-
YUV68.65145.6981.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.51%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 100 (39.45% from 255) = 50.25%
R=1.51%
G=48.24%
B=50.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3961000.970.0400.61182.4794.1720.2
Hex3606461403Db65e14
Octal3140144141407526613624
Binary11110000011001001100001100011110110110110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036064; }

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

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

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

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

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

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

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

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