#363148

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

Shades of Martinique #363148

Tints of Martinique #363148

Color information

#363148 (or 0x363148) is unknown color: approx Martinique. HEX triplet: 36, 31 and 48. RGB value is (54,49,72). Sum of RGB (Red+Green+Blue) = 54+49+72=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #363148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363148 is #C9CEB7. Grayscale: #353535. Windows color (decimal): -13225656 or 4731190. OLE color: 4731190.

HSL color Cylindrical-coordinate representation of color #363148: hue angle of 253.04º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #363148 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB544972-
CMYK0.250.3200.72
HSL253.04º19.01%23.73%-
HSV(B)253.04º31.94%28.24%-
XYZ3.793.456.6-
YUV53.12138.66128.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.86%
GREEN value IS 49 (19.53% from 255) = 28%
BLUE value IS 72 (28.52% from 255) = 41.14%
R=30.86%
G=28%
B=41.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5449720.250.3200.72253.0419.0123.73
Hex3631481920048fd1318
Octal6661110314001103752330
Binary11011011000110010001100110000001001000111111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363148; }

 p { color: rgb(54,49,72); }

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

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

 a { background-color: rgb(54,49,72); }

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

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

 span { border-color: rgb(54,49,72); }

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