#383F9B

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

Shades of Dark Slate Blue #383F9B

Tints of Dark Slate Blue #383F9B

Color information

#383F9B (or 0x383F9B) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 3F and 9B. RGB value is (56,63,155). Sum of RGB (Red+Green+Blue) = 56+63+155=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #383F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383F9B is #C7C064. Grayscale: #474747. Windows color (decimal): -13090917 or 10174264. OLE color: 10174264.

HSL color Cylindrical-coordinate representation of color #383F9B: hue angle of 235.76º 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 #383F9B is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5663155-
CMYK0.640.5900.39
HSL235.76º46.92%41.37%-
HSV(B)235.76º63.87%60.78%-
XYZ9.326.7631.82-
YUV71.4175.18117.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 63 (25% from 255) = 22.99%
BLUE value IS 155 (60.94% from 255) = 56.57%
R=20.44%
G=22.99%
B=56.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56631550.640.5900.39235.7646.9241.37
Hex383F9B403B027ec2f29
Octal7077233100730473545751
Binary111000111111100110111000000111011010011111101100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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