#03625C

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

Shades of Mosque #03625C

Tints of Mosque #03625C

Color information

#03625C (or 0x03625C) is unknown color: approx Mosque. HEX triplet: 03, 62 and 5C. RGB value is (3,98,92). Sum of RGB (Red+Green+Blue) = 3+98+92=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #03625C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03625C is #FC9DA3. Grayscale: #444444. Windows color (decimal): -16555428 or 6054403. OLE color: 6054403.

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

Color convert

RGB39892-
CMYK0.9700.060.62
HSL176.21º94.06%19.8%-
HSV(B)176.21º96.94%38.43%-
XYZ6.349.5311.63-
YUV68.91141.0380.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 98 (38.67% from 255) = 50.78%
BLUE value IS 92 (36.33% from 255) = 47.67%
R=1.55%
G=50.78%
B=47.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal398920.9700.060.62176.2194.0619.8
Hex3625C61063Eb05e14
Octal3142134141067626013624
Binary11110001010111001100001011011111010110000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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