#383B9B

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

Shades of Dark Slate Blue #383B9B

Tints of Dark Slate Blue #383B9B

Color information

#383B9B (or 0x383B9B) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 3B and 9B. RGB value is (56,59,155). Sum of RGB (Red+Green+Blue) = 56+59+155=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #383B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383B9B is #C7C464. Grayscale: #444444. Windows color (decimal): -13091941 or 10173240. OLE color: 10173240.

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

Color convert

RGB5659155-
CMYK0.640.6200.39
HSL238.18º46.92%41.37%-
HSV(B)238.18º63.87%60.78%-
XYZ9.116.3431.75-
YUV69.05176.51118.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 59 (23.44% from 255) = 21.85%
BLUE value IS 155 (60.94% from 255) = 57.41%
R=20.74%
G=21.85%
B=57.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56591550.640.6200.39238.1846.9241.37
Hex383B9B403E027ee2f29
Octal7073233100760473565751
Binary111000111011100110111000000111110010011111101110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383B9B; }

 p { color: rgb(56,59,155); }

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

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

 a { background-color: rgb(56,59,155); }

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

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

 span { border-color: rgb(56,59,155); }

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