#383392

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

Shades of Dark Slate Blue #383392

Tints of Dark Slate Blue #383392

Color information

#383392 (or 0x383392) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 33 and 92. RGB value is (56,51,146). Sum of RGB (Red+Green+Blue) = 56+51+146=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #383392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383392 is #C7CC6D. Grayscale: #3E3E3E. Windows color (decimal): -13093998 or 9581368. OLE color: 9581368.

HSL color Cylindrical-coordinate representation of color #383392: hue angle of 243.16º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #383392 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5651146-
CMYK0.620.6500.43
HSL243.16º48.22%38.63%-
HSV(B)243.16º65.07%57.25%-
XYZ85.2827.79-
YUV63.32174.66122.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 146 (57.42% from 255) = 57.71%
R=22.13%
G=20.16%
B=57.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56511460.620.6500.43243.1648.2238.63
Hex3833923E4102Bf33027
Octal7063222761010533636047
Binary111000110011100100101111101000001010101111110011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383392; }

 p { color: rgb(56,51,146); }

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

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

 a { background-color: rgb(56,51,146); }

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

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

 span { border-color: rgb(56,51,146); }

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