#035A57

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

Shades of Mosque #035A57

Tints of Mosque #035A57

Color information

#035A57 (or 0x035A57) is unknown color: approx Mosque. HEX triplet: 03, 5A and 57. RGB value is (3,90,87). Sum of RGB (Red+Green+Blue) = 3+90+87=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #035A57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A57 is #FCA5A8. Grayscale: #3F3F3F. Windows color (decimal): -16557481 or 5724675. OLE color: 5724675.

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

Color convert

RGB39087-
CMYK0.9700.030.65
HSL177.93º93.55%18.24%-
HSV(B)177.93º96.67%35.29%-
XYZ5.418.0210.28-
YUV63.64141.1884.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.67%
GREEN value IS 90 (35.55% from 255) = 50%
BLUE value IS 87 (34.38% from 255) = 48.33%
R=1.67%
G=50%
B=48.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal390870.9700.030.65177.9393.5518.24
Hex35A57610341b25e12
Octal31321271410310126213622
Binary11101101010101111100001011100000110110010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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