#383E9E

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

Shades of Dark Slate Blue #383E9E

Tints of Dark Slate Blue #383E9E

Color information

#383E9E (or 0x383E9E) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 3E and 9E. RGB value is (56,62,158). Sum of RGB (Red+Green+Blue) = 56+62+158=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #383E9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383E9E is #C7C161. Grayscale: #464646. Windows color (decimal): -13091170 or 10370616. OLE color: 10370616.

HSL color Cylindrical-coordinate representation of color #383E9E: hue angle of 236.47º 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 #383E9E is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5662158-
CMYK0.650.6100.38
HSL236.47º47.66%41.96%-
HSV(B)236.47º64.56%61.96%-
XYZ9.536.7533.15-
YUV71.15177.01117.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.29%
GREEN value IS 62 (24.61% from 255) = 22.46%
BLUE value IS 158 (62.11% from 255) = 57.25%
R=20.29%
G=22.46%
B=57.25%

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
Decimal56621580.650.6100.38236.4747.6641.96
Hex383E9E413D026ec302a
Octal7076236101750463546052
Binary111000111110100111101000001111101010011011101100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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