#383D9E

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

Shades of Dark Slate Blue #383D9E

Tints of Dark Slate Blue #383D9E

Color information

#383D9E (or 0x383D9E) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 3D and 9E. RGB value is (56,61,158). Sum of RGB (Red+Green+Blue) = 56+61+158=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #383D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383D9E is #C7C261. Grayscale: #464646. Windows color (decimal): -13091426 or 10370360. OLE color: 10370360.

HSL color Cylindrical-coordinate representation of color #383D9E: hue angle of 237.06º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #383D9E is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5661158-
CMYK0.650.6100.38
HSL237.06º47.66%41.96%-
HSV(B)237.06º64.56%61.96%-
XYZ9.476.6533.13-
YUV70.56177.34117.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 61 (24.22% from 255) = 22.18%
BLUE value IS 158 (62.11% from 255) = 57.45%
R=20.36%
G=22.18%
B=57.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56611580.650.6100.38237.0647.6641.96
Hex383D9E413D026ed302a
Octal7075236101750463556052
Binary111000111101100111101000001111101010011011101101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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