#362492

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

Shades of Dark Slate Blue #362492

Tints of Dark Slate Blue #362492

Color information

#362492 (or 0x362492) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 24 and 92. RGB value is (54,36,146). Sum of RGB (Red+Green+Blue) = 54+36+146=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #362492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362492 is #C9DB6D. Grayscale: #353535. Windows color (decimal): -13228910 or 9577526. OLE color: 9577526.

HSL color Cylindrical-coordinate representation of color #362492: hue angle of 249.82º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #362492 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5436146-
CMYK0.630.7500.43
HSL249.82º60.44%35.69%-
HSV(B)249.82º75.34%57.25%-
XYZ7.344.1227.6-
YUV53.92179.96128.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 36 (14.45% from 255) = 15.25%
BLUE value IS 146 (57.42% from 255) = 61.86%
R=22.88%
G=15.25%
B=61.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54361460.630.7500.43249.8260.4435.69
Hex3624923F4B02Bfa3c24
Octal6644222771130533727444
Binary110110100100100100101111111001011010101111111010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362492; }

 p { color: rgb(54,36,146); }

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

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

 a { background-color: rgb(54,36,146); }

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

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

 span { border-color: rgb(54,36,146); }

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