#03635E

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

Shades of Mosque #03635E

Tints of Mosque #03635E

Color information

#03635E (or 0x03635E) is unknown color: approx Mosque. HEX triplet: 03, 63 and 5E. RGB value is (3,99,94). Sum of RGB (Red+Green+Blue) = 3+99+94=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #03635E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03635E is #FC9CA1. Grayscale: #454545. Windows color (decimal): -16555170 or 6185731. OLE color: 6185731.

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

Color convert

RGB39994-
CMYK0.9700.050.61
HSL176.88º94.12%20%-
HSV(B)176.88º96.97%38.82%-
XYZ6.529.7512.13-
YUV69.73141.780.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.53%
GREEN value IS 99 (39.06% from 255) = 50.51%
BLUE value IS 94 (37.11% from 255) = 47.96%
R=1.53%
G=50.51%
B=47.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399940.9700.050.61176.8894.1220
Hex3635E61053Db15e14
Octal3143136141057526113624
Binary11110001110111101100001010111110110110001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03635E; }

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

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

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

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

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

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

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

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