#383D9D

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

Shades of Dark Slate Blue #383D9D

Tints of Dark Slate Blue #383D9D

Color information

#383D9D (or 0x383D9D) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 3D and 9D. RGB value is (56,61,157). Sum of RGB (Red+Green+Blue) = 56+61+157=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #383D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383D9D is #C7C262. Grayscale: #464646. Windows color (decimal): -13091427 or 10304824. OLE color: 10304824.

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

Color convert

RGB5661157-
CMYK0.640.6100.38
HSL237.03º47.42%41.76%-
HSV(B)237.03º64.33%61.57%-
XYZ9.396.6132.68-
YUV70.45176.84117.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 61 (24.22% from 255) = 22.26%
BLUE value IS 157 (61.72% from 255) = 57.30%
R=20.44%
G=22.26%
B=57.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56611570.640.6100.38237.0347.4241.76
Hex383D9D403D026ed2f2a
Octal7075235100750463555752
Binary111000111101100111011000000111101010011011101101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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