#03645C

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

Shades of Mosque #03645C

Tints of Mosque #03645C

Color information

#03645C (or 0x03645C) is unknown color: approx Mosque. HEX triplet: 03, 64 and 5C. RGB value is (3,100,92). Sum of RGB (Red+Green+Blue) = 3+100+92=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #03645C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03645C is #FC9BA3. Grayscale: #464646. Windows color (decimal): -16554916 or 6054915. OLE color: 6054915.

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

Color convert

RGB310092-
CMYK0.9700.080.61
HSL175.05º94.17%20.2%-
HSV(B)175.05º97%39.22%-
XYZ6.539.9111.69-
YUV70.08140.3680.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.54%
GREEN value IS 100 (39.45% from 255) = 51.28%
BLUE value IS 92 (36.33% from 255) = 47.18%
R=1.54%
G=51.28%
B=47.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3100920.9700.080.61175.0594.1720.2
Hex3645C61083Daf5e14
Octal31441341410107525713624
Binary111100100101110011000010100011110110101111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03645C; }

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

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

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

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

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

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

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

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