#362A93

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

Shades of Dark Slate Blue #362A93

Tints of Dark Slate Blue #362A93

Color information

#362A93 (or 0x362A93) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 2A and 93. RGB value is (54,42,147). Sum of RGB (Red+Green+Blue) = 54+42+147=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #362A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362A93 is #C9D56C. Grayscale: #393939. Windows color (decimal): -13227373 or 9644598. OLE color: 9644598.

HSL color Cylindrical-coordinate representation of color #362A93: hue angle of 246.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #362A93 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5442147-
CMYK0.630.7100.42
HSL246.86º55.56%37.06%-
HSV(B)246.86º71.43%57.65%-
XYZ7.624.5528.08-
YUV57.56178.48125.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 42 (16.80% from 255) = 17.28%
BLUE value IS 147 (57.81% from 255) = 60.49%
R=22.22%
G=17.28%
B=60.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54421470.630.7100.42246.8655.5637.06
Hex362A933F4702Af73825
Octal6652223771070523677045
Binary110110101010100100111111111000111010101011110111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362A93; }

 p { color: rgb(54,42,147); }

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

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

 a { background-color: rgb(54,42,147); }

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

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

 span { border-color: rgb(54,42,147); }

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