#383D9A

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

Shades of Dark Slate Blue #383D9A

Tints of Dark Slate Blue #383D9A

Color information

#383D9A (or 0x383D9A) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 3D and 9A. RGB value is (56,61,154). Sum of RGB (Red+Green+Blue) = 56+61+154=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #383D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383D9A is #C7C265. Grayscale: #454545. Windows color (decimal): -13091430 or 10108216. OLE color: 10108216.

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

Color convert

RGB5661154-
CMYK0.640.6000.40
HSL236.94º46.67%41.18%-
HSV(B)236.94º63.64%60.39%-
XYZ9.136.5131.35-
YUV70.11175.34117.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.66%
GREEN value IS 61 (24.22% from 255) = 22.51%
BLUE value IS 154 (60.55% from 255) = 56.83%
R=20.66%
G=22.51%
B=56.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56611540.640.6000.40236.9446.6741.18
Hex383D9A403C028ed2f29
Octal7075232100740503555751
Binary111000111101100110101000000111100010100011101101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,61,154); }

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

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

 a { background-color: rgb(56,61,154); }

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

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

 span { border-color: rgb(56,61,154); }

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