#035F5B

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

Shades of Mosque #035F5B

Tints of Mosque #035F5B

Color information

#035F5B (or 0x035F5B) is unknown color: approx Mosque. HEX triplet: 03, 5F and 5B. RGB value is (3,95,91). Sum of RGB (Red+Green+Blue) = 3+95+91=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 95 (37.5% from 255 or 50.26% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 95 - color contains mainly: green. Hex color #035F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035F5B is #FCA0A4. Grayscale: #424242. Windows color (decimal): -16556197 or 5988099. OLE color: 5988099.

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

Color convert

RGB39591-
CMYK0.9700.040.63
HSL177.39º93.88%19.22%-
HSV(B)177.39º96.84%37.25%-
XYZ6.028.9611.31-
YUV67.04141.5282.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.59%
GREEN value IS 95 (37.5% from 255) = 50.26%
BLUE value IS 91 (35.94% from 255) = 48.15%
R=1.59%
G=50.26%
B=48.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal395910.9700.040.63177.3993.8819.22
Hex35F5B61043Fb15e13
Octal3137133141047726113623
Binary11101111110110111100001010011111110110001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035F5B; }

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

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

<style>
 a { background-color: #035F5B; }

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

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

<style>
 span { border-color: #035F5B; }

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

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