#340538

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

Shades of Mardi Gras #340538

Tints of Mardi Gras #340538

Color information

#340538 (or 0x340538) is unknown color: approx Mardi Gras. HEX triplet: 34, 05 and 38. RGB value is (52,5,56). Sum of RGB (Red+Green+Blue) = 52+5+56=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 56 (22.27% from 255 or 49.56% from 113); Max value from RGB is 56 - color contains mainly: blue. Hex color #340538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340538 is #CBFAC7. Grayscale: #181818. Windows color (decimal): -13368008 or 3671348. OLE color: 3671348.

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

Color convert

RGB52556-
CMYK0.070.9100.78
HSL295.29º83.61%11.96%-
HSV(B)295.29º91.07%21.96%-
XYZ2.181.123.84-
YUV24.87145.57147.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.02%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 56 (22.27% from 255) = 49.56%
R=46.02%
G=4.42%
B=49.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal525560.070.9100.78295.2983.6111.96
Hex3453875B04E12754c
Octal645707133011644712414
Binary11010010111100011110110110100111010010011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340538; }

 p { color: rgb(52,5,56); }

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

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

 a { background-color: rgb(52,5,56); }

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

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

 span { border-color: rgb(52,5,56); }

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