#03645A

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

Shades of Mosque #03645A

Tints of Mosque #03645A

Color information

#03645A (or 0x03645A) is unknown color: approx Mosque. HEX triplet: 03, 64 and 5A. RGB value is (3,100,90). Sum of RGB (Red+Green+Blue) = 3+100+90=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 100 (39.45% from 255 or 51.81% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 100 - color contains mainly: green. Hex color #03645A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03645A is #FC9BA5. Grayscale: #454545. Windows color (decimal): -16554918 or 5923843. OLE color: 5923843.

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

Color convert

RGB310090-
CMYK0.9700.100.61
HSL173.81º94.17%20.2%-
HSV(B)173.81º97%39.22%-
XYZ6.449.8711.24-
YUV69.86139.3680.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 100 (39.45% from 255) = 51.81%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=1.55%
G=51.81%
B=46.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3100900.9700.100.61173.8194.1720.2
Hex3645A610A3Dae5e14
Octal31441321410127525613624
Binary111100100101101011000010101011110110101110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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