#036355

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

Shades of Mosque #036355

Tints of Mosque #036355

Color information

#036355 (or 0x036355) is unknown color: approx Mosque. HEX triplet: 03, 63 and 55. RGB value is (3,99,85). Sum of RGB (Red+Green+Blue) = 3+99+85=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #036355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036355 is #FC9CAA. Grayscale: #444444. Windows color (decimal): -16555179 or 5595907. OLE color: 5595907.

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

Color convert

RGB39985-
CMYK0.9700.140.61
HSL171.25º94.12%20%-
HSV(B)171.25º96.97%38.82%-
XYZ6.149.610.12-
YUV68.7137.281.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.60%
GREEN value IS 99 (39.06% from 255) = 52.94%
BLUE value IS 85 (33.59% from 255) = 45.45%
R=1.60%
G=52.94%
B=45.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399850.9700.140.61171.2594.1220
Hex36355610E3Dab5e14
Octal31431251410167525313624
Binary111100011101010111000010111011110110101011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036355; }

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

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

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

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

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

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

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

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