Html Css Color HEX #350738 Mardi Gras

📋 copy color: '#350738'

red 53 ◦ green 7 ◦ blue 56

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

Shades of Mardi Gras #350738

Tints of Mardi Gras #350738

RGB

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

 GREEN value IS 7 (3.13% 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 value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#350738 (or 0x350738) is known color: 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

RGB 53 7 56 -
CMYK 0.05 0.88 0 0.78
HSL 296.33º 0.78% 0.12% -
HSV(B) 296.33º 0.88% 0.22% -
XYZ 2.26 1.19 3.85 -
YUV 26.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 53 7 56 0.05 0.88 0 0.78 296.33 0.78 0.12
Hex 35 7 38 5 58 0 4E 128 4E C
Octal 65 7 70 5 130 0 116 450 116 14
Binary 110101 111 111000 101 1011000 0 1001110 100101000 1001110 1100

Color Harmonies of #350738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350738

Black with #350738

Text Example


Text Example

White with #350738

Text Example


Text Example

HTML Codes & Css Web 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>