#03605C

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

Shades of Mosque #03605C

Tints of Mosque #03605C

Color information

#03605C (or 0x03605C) is unknown color: approx Mosque. HEX triplet: 03, 60 and 5C. RGB value is (3,96,92). Sum of RGB (Red+Green+Blue) = 3+96+92=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #03605C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03605C is #FC9FA3. Grayscale: #434343. Windows color (decimal): -16555940 or 6053891. OLE color: 6053891.

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

Color convert

RGB39692-
CMYK0.9700.040.62
HSL177.42º93.94%19.41%-
HSV(B)177.42º96.88%37.65%-
XYZ6.159.1611.57-
YUV67.74141.6981.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.57%
GREEN value IS 96 (37.89% from 255) = 50.26%
BLUE value IS 92 (36.33% from 255) = 48.17%
R=1.57%
G=50.26%
B=48.17%

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
Decimal396920.9700.040.62177.4293.9419.41
Hex3605C61043Eb15e13
Octal3140134141047626113623
Binary11110000010111001100001010011111010110001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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