#03575D

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

Shades of Mosque #03575D

Tints of Mosque #03575D

Color information

#03575D (or 0x03575D) is unknown color: approx Mosque. HEX triplet: 03, 57 and 5D. RGB value is (3,87,93). Sum of RGB (Red+Green+Blue) = 3+87+93=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #03575D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03575D is #FCA8A2. Grayscale: #3E3E3E. Windows color (decimal): -16558243 or 6117123. OLE color: 6117123.

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

Color convert

RGB38793-
CMYK0.970.0600.64
HSL184º93.75%18.82%-
HSV(B)184º96.77%36.47%-
XYZ5.427.6311.54-
YUV62.57145.1785.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.64%
GREEN value IS 87 (34.38% from 255) = 47.54%
BLUE value IS 93 (36.72% from 255) = 50.82%
R=1.64%
G=47.54%
B=50.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal387930.970.0600.6418493.7518.82
Hex3575D616040b85e13
Octal31271351416010027013623
Binary111010111101110111000011100100000010111000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03575D; }

 p { color: rgb(3,87,93); }

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

<style>
 a { background-color: #03575D; }

 a { background-color: rgb(3,87,93); }

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

<style>
 span { border-color: #03575D; }

 span { border-color: rgb(3,87,93); }

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