#383594

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

Shades of Dark Slate Blue #383594

Tints of Dark Slate Blue #383594

Color information

#383594 (or 0x383594) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 35 and 94. RGB value is (56,53,148). Sum of RGB (Red+Green+Blue) = 56+53+148=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #383594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383594 is #C7CA6B. Grayscale: #404040. Windows color (decimal): -13093484 or 9712952. OLE color: 9712952.

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

Color convert

RGB5653148-
CMYK0.620.6400.42
HSL241.89º47.26%39.41%-
HSV(B)241.89º64.19%58.04%-
XYZ8.255.5328.65-
YUV64.73174.99121.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 148 (58.20% from 255) = 57.59%
R=21.79%
G=20.62%
B=57.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56531480.620.6400.42241.8947.2639.41
Hex3835943E4002Af22f27
Octal7065224761000523625747
Binary111000110101100101001111101000000010101011110010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383594; }

 p { color: rgb(56,53,148); }

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

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

 a { background-color: rgb(56,53,148); }

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

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

 span { border-color: rgb(56,53,148); }

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