#035550

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

Shades of Mosque #035550

Tints of Mosque #035550

Color information

#035550 (or 0x035550) is unknown color: approx Mosque. HEX triplet: 03, 55 and 50. RGB value is (3,85,80). Sum of RGB (Red+Green+Blue) = 3+85+80=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #035550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035550 is #FCAAAF. Grayscale: #3B3B3B. Windows color (decimal): -16558768 or 5264643. OLE color: 5264643.

HSL color Cylindrical-coordinate representation of color #035550: hue angle of 176.34º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035550 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB38580-
CMYK0.9600.060.67
HSL176.34º93.18%17.25%-
HSV(B)176.34º96.47%33.33%-
XYZ4.737.18.71-
YUV59.91139.3387.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.79%
GREEN value IS 85 (33.59% from 255) = 50.60%
BLUE value IS 80 (31.64% from 255) = 47.62%
R=1.79%
G=50.60%
B=47.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal385800.9600.060.67176.3493.1817.25
Hex35550600643b05d11
Octal31251201400610326013521
Binary111010101101000011000000110100001110110000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035550; }

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

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

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

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

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

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

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

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