#03645F

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

Shades of Mosque #03645F

Tints of Mosque #03645F

Color information

#03645F (or 0x03645F) is unknown color: approx Mosque. HEX triplet: 03, 64 and 5F. RGB value is (3,100,95). Sum of RGB (Red+Green+Blue) = 3+100+95=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 100 (39.45% from 255 or 50.51% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 100 - color contains mainly: green. Hex color #03645F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03645F is #FC9BA0. Grayscale: #464646. Windows color (decimal): -16554913 or 6251523. OLE color: 6251523.

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

Color convert

RGB310095-
CMYK0.9700.050.61
HSL176.91º94.17%20.2%-
HSV(B)176.91º97%39.22%-
XYZ6.669.9612.4-
YUV70.43141.8679.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 100 (39.45% from 255) = 50.51%
BLUE value IS 95 (37.5% from 255) = 47.98%
R=1.52%
G=50.51%
B=47.98%

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
Decimal3100950.9700.050.61176.9194.1720.2
Hex3645F61053Db15e14
Octal3144137141057526113624
Binary11110010010111111100001010111110110110001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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