#035955

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

Shades of Mosque #035955

Tints of Mosque #035955

Color information

#035955 (or 0x035955) is unknown color: approx Mosque. HEX triplet: 03, 59 and 55. RGB value is (3,89,85). Sum of RGB (Red+Green+Blue) = 3+89+85=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #035955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035955 is #FCA6AA. Grayscale: #3E3E3E. Windows color (decimal): -16557739 or 5593347. OLE color: 5593347.

HSL color Cylindrical-coordinate representation of color #035955: hue angle of 177.21º degrees, saturation: 0.93, 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 #035955 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB38985-
CMYK0.9700.040.65
HSL177.21º93.48%18.04%-
HSV(B)177.21º96.63%34.9%-
XYZ5.257.829.83-
YUV62.83140.5185.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 89 (35.16% from 255) = 50.28%
BLUE value IS 85 (33.59% from 255) = 48.02%
R=1.69%
G=50.28%
B=48.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal389850.9700.040.65177.2193.4818.04
Hex35955610441b15d12
Octal31311251410410126113522
Binary111011001101010111000010100100000110110001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035955; }

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

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

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

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

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

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

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

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