#03595B

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

Shades of Mosque #03595B

Tints of Mosque #03595B

Color information

#03595B (or 0x03595B) is unknown color: approx Mosque. HEX triplet: 03, 59 and 5B. RGB value is (3,89,91). Sum of RGB (Red+Green+Blue) = 3+89+91=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #03595B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03595B is #FCA6A4. Grayscale: #3F3F3F. Windows color (decimal): -16557733 or 5986563. OLE color: 5986563.

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

Color convert

RGB38991-
CMYK0.970.0200.64
HSL181.36º93.62%18.43%-
HSV(B)181.36º96.7%35.69%-
XYZ5.57.9211.14-
YUV63.51143.5184.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.64%
GREEN value IS 89 (35.16% from 255) = 48.63%
BLUE value IS 91 (35.94% from 255) = 49.73%
R=1.64%
G=48.63%
B=49.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal389910.970.0200.64181.3693.6218.43
Hex3595B612040b55e12
Octal31311331412010026513622
Binary11101100110110111100001100100000010110101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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