#03625B

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

Shades of Mosque #03625B

Tints of Mosque #03625B

Color information

#03625B (or 0x03625B) is unknown color: approx Mosque. HEX triplet: 03, 62 and 5B. RGB value is (3,98,91). Sum of RGB (Red+Green+Blue) = 3+98+91=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #03625B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03625B is #FC9DA4. Grayscale: #444444. Windows color (decimal): -16555429 or 5988867. OLE color: 5988867.

HSL color Cylindrical-coordinate representation of color #03625B: hue angle of 175.58º 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 #03625B is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB39891-
CMYK0.9700.070.62
HSL175.58º94.06%19.8%-
HSV(B)175.58º96.94%38.43%-
XYZ6.299.5111.4-
YUV68.8140.5381.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.56%
GREEN value IS 98 (38.67% from 255) = 51.04%
BLUE value IS 91 (35.94% from 255) = 47.40%
R=1.56%
G=51.04%
B=47.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal398910.9700.070.62175.5894.0619.8
Hex3625B61073Eb05e14
Octal3142133141077626013624
Binary11110001010110111100001011111111010110000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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