Html Css Color HEX #370438 Mardi Gras

📋 copy color: '#370438'

red 55 ◦ green 4 ◦ blue 56

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

Shades of Mardi Gras #370438

Tints of Mardi Gras #370438

RGB

 RED value IS 55 (21.88% from 255) = 47.83%

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

 BLUE value IS 56 (22.27% from 255) = 48.7%

R = 47.83%
G = 3.48%
B = 48.7%

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

#370438 (or 0x370438) is known color: Mardi Gras. HEX triplet: 37, 04 and 38. RGB value is (55,4,56). Sum of RGB (Red+Green+Blue) = 55+4+56=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #370438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370438 is #C8FBC7. Grayscale: #191919. Windows color (decimal): -13171656 or 3671095. OLE color: 3671095.

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

Color convert

RGB 55 4 56 -
CMYK 0.02 0.93 0 0.78
HSL 298.85º 0.87% 0.12% -
HSV(B) 298.85º 0.93% 0.22% -
XYZ 2.33 1.18 3.85 -
YUV 25.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 55 4 56 0.02 0.93 0 0.78 298.85 0.87 0.12
Hex 37 4 38 2 5D 0 4E 12B 57 C
Octal 67 4 70 2 135 0 116 453 127 14
Binary 110111 100 111000 10 1011101 0 1001110 100101011 1010111 1100

Color Harmonies of #370438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370438

Black with #370438

Text Example


Text Example

White with #370438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370438; }

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

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

background-color css

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

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

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

border-color css

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

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

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