#035C55

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

Shades of Mosque #035C55

Tints of Mosque #035C55

Color information

#035C55 (or 0x035C55) is unknown color: approx Mosque. HEX triplet: 03, 5C and 55. RGB value is (3,92,85). Sum of RGB (Red+Green+Blue) = 3+92+85=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 92 (36.33% from 255 or 51.11% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 92 - color contains mainly: green. Hex color #035C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035C55 is #FCA3AA. Grayscale: #404040. Windows color (decimal): -16556971 or 5594115. OLE color: 5594115.

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

Color convert

RGB39285-
CMYK0.9700.080.64
HSL175.28º93.68%18.63%-
HSV(B)175.28º96.74%36.08%-
XYZ5.58.339.91-
YUV64.59139.5184.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.67%
GREEN value IS 92 (36.33% from 255) = 51.11%
BLUE value IS 85 (33.59% from 255) = 47.22%
R=1.67%
G=51.11%
B=47.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal392850.9700.080.64175.2893.6818.63
Hex35C55610840af5e13
Octal313412514101010025713623
Binary1110111001010101110000101000100000010101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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