Html Css Color HEX #360437 Mardi Gras

📋 copy color: '#360437'

red 54 ◦ green 4 ◦ blue 55

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

Shades of Mardi Gras #360437

Tints of Mardi Gras #360437

RGB

 RED value IS 54 (21.48% from 255) = 47.79%

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

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

R = 47.79%
G = 3.54%
B = 48.67%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#360437 (or 0x360437) is known color: Mardi Gras. HEX triplet: 36, 04 and 37. RGB value is (54,4,55). Sum of RGB (Red+Green+Blue) = 54+4+55=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #360437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360437 is #C9FBC8. Grayscale: #181818. Windows color (decimal): -13237193 or 3605558. OLE color: 3605558.

HSL color Cylindrical-coordinate representation of color #360437: hue angle of 298.82º 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 #360437 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 4 55 -
CMYK 0.02 0.93 0 0.78
HSL 298.82º 0.86% 0.12% -
HSV(B) 298.82º 0.93% 0.22% -
XYZ 2.25 1.15 3.72 -
YUV 24.76 145.07 148.85 -
System Red Green Blue C M Y K H S L
Decimal 54 4 55 0.02 0.93 0 0.78 298.82 0.86 0.12
Hex 36 4 37 2 5D 0 4E 12B 56 C
Octal 66 4 67 2 135 0 116 453 126 14
Binary 110110 100 110111 10 1011101 0 1001110 100101011 1010110 1100

Color Harmonies of #360437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360437

Black with #360437

Text Example


Text Example

White with #360437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360437; }

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

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

background-color css

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

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

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

border-color css

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

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

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