#383296

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

Shades of Dark Slate Blue #383296

Tints of Dark Slate Blue #383296

Color information

#383296 (or 0x383296) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 32 and 96. RGB value is (56,50,150). Sum of RGB (Red+Green+Blue) = 56+50+150=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #383296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383296 is #C7CD69. Grayscale: #3E3E3E. Windows color (decimal): -13094250 or 9843256. OLE color: 9843256.

HSL color Cylindrical-coordinate representation of color #383296: hue angle of 243.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #383296 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5650150-
CMYK0.630.6700.41
HSL243.6º50%39.22%-
HSV(B)243.6º66.67%58.82%-
XYZ8.285.3229.45-
YUV63.19176.99122.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 150 (58.98% from 255) = 58.59%
R=21.88%
G=19.53%
B=58.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56501500.630.6700.41243.65039.22
Hex3832963F43029f43227
Octal7062226771030513646247
Binary111000110010100101101111111000011010100111110100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383296; }

 p { color: rgb(56,50,150); }

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

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

 a { background-color: rgb(56,50,150); }

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

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

 span { border-color: rgb(56,50,150); }

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