Html Css Color HEX #35063A Mardi Gras

📋 copy color: '#35063A'

red 53 ◦ green 6 ◦ blue 58

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

Shades of Mardi Gras #35063A

Tints of Mardi Gras #35063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.13%

 BLUE value IS 58 (23.05% from 255) = 49.57%

R = 45.3%
G = 5.13%
B = 49.57%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35063A (or 0x35063A) is known color: Mardi Gras. HEX triplet: 35, 06 and 3A. RGB value is (53,6,58). Sum of RGB (Red+Green+Blue) = 53+6+58=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #35063A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35063A is #CAF9C5. Grayscale: #191919. Windows color (decimal): -13302214 or 3802677. OLE color: 3802677.

HSL color Cylindrical-coordinate representation of color #35063A: hue angle of 294.23º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35063A is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 6 58 -
CMYK 0.09 0.90 0 0.77
HSL 294.23º 0.81% 0.13% -
HSV(B) 294.23º 0.9% 0.23% -
XYZ 2.3 1.19 4.11 -
YUV 25.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 53 6 58 0.09 0.90 0 0.77 294.23 0.81 0.13
Hex 35 6 3A 9 5A 0 4D 126 51 D
Octal 65 6 72 11 132 0 115 446 121 15
Binary 110101 110 111010 1001 1011010 0 1001101 100100110 1010001 1101

Color Harmonies of #35063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35063A

Black with #35063A

Text Example


Text Example

White with #35063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35063A; }

 p { color: rgb(53,6,58); }

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

background-color css

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

 a { background-color: rgb(53,6,58); }

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

border-color css

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

 span { border-color: rgb(53,6,58); }

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