#036354

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

Shades of Mosque #036354

Tints of Mosque #036354

Color information

#036354 (or 0x036354) is unknown color: approx Mosque. HEX triplet: 03, 63 and 54. RGB value is (3,99,84). Sum of RGB (Red+Green+Blue) = 3+99+84=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #036354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036354 is #FC9CAB. Grayscale: #444444. Windows color (decimal): -16555180 or 5530371. OLE color: 5530371.

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

Color convert

RGB39984-
CMYK0.9700.150.61
HSL170.62º94.12%20%-
HSV(B)170.62º96.97%38.82%-
XYZ6.19.589.92-
YUV68.59136.781.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.61%
GREEN value IS 99 (39.06% from 255) = 53.23%
BLUE value IS 84 (33.20% from 255) = 45.16%
R=1.61%
G=53.23%
B=45.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399840.9700.150.61170.6294.1220
Hex36354610F3Dab5e14
Octal31431241410177525313624
Binary111100011101010011000010111111110110101011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036354; }

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

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

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

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

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

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

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

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