#03605A

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

Shades of Mosque #03605A

Tints of Mosque #03605A

Color information

#03605A (or 0x03605A) is unknown color: approx Mosque. HEX triplet: 03, 60 and 5A. RGB value is (3,96,90). Sum of RGB (Red+Green+Blue) = 3+96+90=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #03605A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03605A is #FC9FA5. Grayscale: #434343. Windows color (decimal): -16555942 or 5922819. OLE color: 5922819.

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

Color convert

RGB39690-
CMYK0.9700.060.62
HSL176.13º93.94%19.41%-
HSV(B)176.13º96.88%37.65%-
XYZ6.079.1211.11-
YUV67.51140.6981.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.59%
GREEN value IS 96 (37.89% from 255) = 50.79%
BLUE value IS 90 (35.55% from 255) = 47.62%
R=1.59%
G=50.79%
B=47.62%

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
Decimal396900.9700.060.62176.1393.9419.41
Hex3605A61063Eb05e13
Octal3140132141067626013623
Binary11110000010110101100001011011111010110000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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