#362990

Color #362990 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #362990

Tints of Dark Slate Blue #362990

Color information

#362990 (or 0x362990) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 29 and 90. RGB value is (54,41,144). Sum of RGB (Red+Green+Blue) = 54+41+144=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #362990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362990 is #C9D66F. Grayscale: #383838. Windows color (decimal): -13227632 or 9447734. OLE color: 9447734.

HSL color Cylindrical-coordinate representation of color #362990: hue angle of 247.57º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #362990 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5441144-
CMYK0.630.7200.44
HSL247.57º55.68%36.27%-
HSV(B)247.57º71.53%56.47%-
XYZ7.354.3826.84-
YUV56.63177.31126.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 144 (56.64% from 255) = 60.25%
R=22.59%
G=17.15%
B=60.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54411440.630.7200.44247.5755.6836.27
Hex3629903F4802Cf83824
Octal6651220771100543707044
Binary110110101001100100001111111001000010110011111000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362990; }

 p { color: rgb(54,41,144); }

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

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

 a { background-color: rgb(54,41,144); }

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

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

 span { border-color: rgb(54,41,144); }

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