#383490

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

Shades of Dark Slate Blue #383490

Tints of Dark Slate Blue #383490

Color information

#383490 (or 0x383490) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 34 and 90. RGB value is (56,52,144). Sum of RGB (Red+Green+Blue) = 56+52+144=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #383490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383490 is #C7CB6F. Grayscale: #3F3F3F. Windows color (decimal): -13093744 or 9450552. OLE color: 9450552.

HSL color Cylindrical-coordinate representation of color #383490: hue angle of 242.61º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #383490 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5652144-
CMYK0.610.6400.44
HSL242.61º46.94%38.43%-
HSV(B)242.61º63.89%56.47%-
XYZ7.895.3126.99-
YUV63.68173.33122.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 144 (56.64% from 255) = 57.14%
R=22.22%
G=20.63%
B=57.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56521440.610.6400.44242.6146.9438.43
Hex3834903D4002Cf32f26
Octal7064220751000543635746
Binary111000110100100100001111011000000010110011110011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383490; }

 p { color: rgb(56,52,144); }

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

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

 a { background-color: rgb(56,52,144); }

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

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

 span { border-color: rgb(56,52,144); }

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