#03625E

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

Shades of Mosque #03625E

Tints of Mosque #03625E

Color information

#03625E (or 0x03625E) is unknown color: approx Mosque. HEX triplet: 03, 62 and 5E. RGB value is (3,98,94). Sum of RGB (Red+Green+Blue) = 3+98+94=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #03625E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03625E is #FC9DA1. Grayscale: #454545. Windows color (decimal): -16555426 or 6185475. OLE color: 6185475.

HSL color Cylindrical-coordinate representation of color #03625E: hue angle of 177.47º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03625E is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB39894-
CMYK0.9700.040.62
HSL177.47º94.06%19.8%-
HSV(B)177.47º96.94%38.43%-
XYZ6.439.5612.1-
YUV69.14142.0380.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.54%
GREEN value IS 98 (38.67% from 255) = 50.26%
BLUE value IS 94 (37.11% from 255) = 48.21%
R=1.54%
G=50.26%
B=48.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal398940.9700.040.62177.4794.0619.8
Hex3625E61043Eb15e14
Octal3142136141047626113624
Binary11110001010111101100001010011111010110001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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