Html Css Color HEX #350437 Mardi Gras

📋 copy color: '#350437'

red 53 ◦ green 4 ◦ blue 55

#350437
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #350437

Tints of Mardi Gras #350437

RGB

 RED value IS 53 (21.09% from 255) = 47.32%

 GREEN value IS 4 (1.95% from 255) = 3.57%

 BLUE value IS 55 (21.88% from 255) = 49.11%

R = 47.32%
G = 3.57%
B = 49.11%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#350437 (or 0x350437) is known color: Mardi Gras. HEX triplet: 35, 04 and 37. RGB value is (53,4,55). Sum of RGB (Red+Green+Blue) = 53+4+55=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 55 - color contains mainly: blue. Hex color #350437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350437 is #CAFBC8. Grayscale: #181818. Windows color (decimal): -13302729 or 3605557. OLE color: 3605557.

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

Color convert

RGB 53 4 55 -
CMYK 0.04 0.93 0 0.78
HSL 297.65º 0.86% 0.12% -
HSV(B) 297.65º 0.93% 0.22% -
XYZ 2.2 1.12 3.71 -
YUV 24.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 53 4 55 0.04 0.93 0 0.78 297.65 0.86 0.12
Hex 35 4 37 4 5D 0 4E 12A 56 C
Octal 65 4 67 4 135 0 116 452 126 14
Binary 110101 100 110111 100 1011101 0 1001110 100101010 1010110 1100

Color Harmonies of #350437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350437

Black with #350437

Text Example


Text Example

White with #350437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350437; }

 p { color: rgb(53,4,55); }

 H1.HeaderClassName
 {
   color: #350437;
 }
 .AnyTagClassName
 {
   color: #350437;
 }
</style>

background-color css

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

 a { background-color: rgb(53,4,55); }

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

border-color css

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

 span { border-color: rgb(53,4,55); }

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