#350738

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

Shades of Mardi Gras #350738

Tints of Mardi Gras #350738

Color information

#350738 (or 0x350738) is unknown color: approx Mardi Gras. HEX triplet: 35, 07 and 38. RGB value is (53,7,56). Sum of RGB (Red+Green+Blue) = 53+7+56=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #350738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350738 is #CAF8C7. Grayscale: #1A1A1A. Windows color (decimal): -13301960 or 3671861. OLE color: 3671861.

HSL color Cylindrical-coordinate representation of color #350738: hue angle of 296.33º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #350738 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB53756-
CMYK0.050.8800.78
HSL296.33º77.78%12.35%-
HSV(B)296.33º87.5%21.96%-
XYZ2.261.193.85-
YUV26.34144.74147.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.69%
GREEN value IS 7 (3.12% from 255) = 6.03%
BLUE value IS 56 (22.27% from 255) = 48.28%
R=45.69%
G=6.03%
B=48.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal537560.050.8800.78296.3377.7812.35
Hex3573855804E1284ec
Octal657705130011645011614
Binary11010111111100010110110000100111010010100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350738; }

 p { color: rgb(53,7,56); }

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

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

 a { background-color: rgb(53,7,56); }

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

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

 span { border-color: rgb(53,7,56); }

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