#360438

Color #360438 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #360438

Tints of Mardi Gras #360438

Color information

#360438 (or 0x360438) is unknown color: approx Mardi Gras. HEX triplet: 36, 04 and 38. RGB value is (54,4,56). Sum of RGB (Red+Green+Blue) = 54+4+56=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 56 - color contains mainly: blue. Hex color #360438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360438 is #C9FBC7. Grayscale: #181818. Windows color (decimal): -13237192 or 3671094. OLE color: 3671094.

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

Color convert

RGB54456-
CMYK0.040.9300.78
HSL297.69º86.67%11.76%-
HSV(B)297.69º92.86%21.96%-
XYZ2.281.163.84-
YUV24.88145.56148.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 4 (1.95% from 255) = 3.51%
BLUE value IS 56 (22.27% from 255) = 49.12%
R=47.37%
G=3.51%
B=49.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal544560.040.9300.78297.6986.6711.76
Hex3643845D04E12a57c
Octal664704135011645212714
Binary11011010011100010010111010100111010010101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360438; }

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

 H1.HeaderClassName
 {
   color: #360438;
 }
 .AnyTagClassName
 {
   color: #360438;
 }
</style>
background-color css

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

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

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

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

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

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