#03595A

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

Shades of Mosque #03595A

Tints of Mosque #03595A

Color information

#03595A (or 0x03595A) is unknown color: approx Mosque. HEX triplet: 03, 59 and 5A. RGB value is (3,89,90). Sum of RGB (Red+Green+Blue) = 3+89+90=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #03595A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03595A is #FCA6A5. Grayscale: #3F3F3F. Windows color (decimal): -16557734 or 5921027. OLE color: 5921027.

HSL color Cylindrical-coordinate representation of color #03595A: hue angle of 180.69º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03595A is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB38990-
CMYK0.970.0100.65
HSL180.69º93.55%18.24%-
HSV(B)180.69º96.67%35.29%-
XYZ5.467.910.91-
YUV63.4143.0184.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.65%
GREEN value IS 89 (35.16% from 255) = 48.90%
BLUE value IS 90 (35.55% from 255) = 49.45%
R=1.65%
G=48.90%
B=49.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal389900.970.0100.65180.6993.5518.24
Hex3595A611041b55e12
Octal31311321411010126513622
Binary1110110011011010110000110100000110110101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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