#362494

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

Shades of Dark Slate Blue #362494

Tints of Dark Slate Blue #362494

Color information

#362494 (or 0x362494) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 24 and 94. RGB value is (54,36,148). Sum of RGB (Red+Green+Blue) = 54+36+148=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #362494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362494 is #C9DB6B. Grayscale: #353535. Windows color (decimal): -13228908 or 9708598. OLE color: 9708598.

HSL color Cylindrical-coordinate representation of color #362494: hue angle of 249.64º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362494 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5436148-
CMYK0.640.7600.42
HSL249.64º60.87%36.08%-
HSV(B)249.64º75.68%58.04%-
XYZ7.54.1828.43-
YUV54.15180.96127.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 36 (14.45% from 255) = 15.13%
BLUE value IS 148 (58.20% from 255) = 62.18%
R=22.69%
G=15.13%
B=62.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54361480.640.7600.42249.6460.8736.08
Hex362494404C02Afa3d24
Octal66442241001140523727544
Binary1101101001001001010010000001001100010101011111010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362494; }

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

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

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

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

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

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

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

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