Html Css Color HEX #350136 Mardi Gras

📋 copy color: '#350136'

red 53 ◦ green 1 ◦ blue 54

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

Shades of Mardi Gras #350136

Tints of Mardi Gras #350136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

 BLUE value IS 54 (21.48% from 255) = 50%

R = 49.07%
G = 0.93%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#350136 (or 0x350136) is known color: Mardi Gras. HEX triplet: 35, 01 and 36. RGB value is (53,1,54). Sum of RGB (Red+Green+Blue) = 53+1+54=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #350136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350136 is #CAFEC9. Grayscale: #161616. Windows color (decimal): -13303498 or 3539253. OLE color: 3539253.

HSL color Cylindrical-coordinate representation of color #350136: hue angle of 298.87º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350136 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 1 54 -
CMYK 0.02 0.98 0 0.79
HSL 298.87º 0.96% 0.11% -
HSV(B) 298.87º 0.98% 0.21% -
XYZ 2.14 1.04 3.58 -
YUV 22.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 53 1 54 0.02 0.98 0 0.79 298.87 0.96 0.11
Hex 35 1 36 2 62 0 4F 12B 60 B
Octal 65 1 66 2 142 0 117 453 140 13
Binary 110101 1 110110 10 1100010 0 1001111 100101011 1100000 1011

Color Harmonies of #350136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350136

Black with #350136

Text Example


Text Example

White with #350136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350136; }

 p { color: rgb(53,1,54); }

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

background-color css

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

 a { background-color: rgb(53,1,54); }

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

border-color css

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

 span { border-color: rgb(53,1,54); }

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