#035A5F

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

Shades of Mosque #035A5F

Tints of Mosque #035A5F

Color information

#035A5F (or 0x035A5F) is unknown color: approx Mosque. HEX triplet: 03, 5A and 5F. RGB value is (3,90,95). Sum of RGB (Red+Green+Blue) = 3+90+95=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #035A5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A5F is #FCA5A0. Grayscale: #404040. Windows color (decimal): -16557473 or 6248963. OLE color: 6248963.

HSL color Cylindrical-coordinate representation of color #035A5F: hue angle of 183.26º 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 #035A5F is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB39095-
CMYK0.970.0500.63
HSL183.26º93.88%19.22%-
HSV(B)183.26º96.84%37.25%-
XYZ5.768.1612.1-
YUV64.56145.1884.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.60%
GREEN value IS 90 (35.55% from 255) = 47.87%
BLUE value IS 95 (37.5% from 255) = 50.53%
R=1.60%
G=47.87%
B=50.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal390950.970.0500.63183.2693.8819.22
Hex35A5F61503Fb75e13
Octal3132137141507726713623
Binary11101101010111111100001101011111110110111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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