#383A9F

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

Shades of Dark Slate Blue #383A9F

Tints of Dark Slate Blue #383A9F

Color information

#383A9F (or 0x383A9F) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 3A and 9F. RGB value is (56,58,159). Sum of RGB (Red+Green+Blue) = 56+58+159=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #383A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383A9F is #C7C560. Grayscale: #444444. Windows color (decimal): -13092193 or 10435128. OLE color: 10435128.

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

Color convert

RGB5658159-
CMYK0.650.6400.38
HSL238.83º47.91%42.16%-
HSV(B)238.83º64.78%62.35%-
XYZ9.46.3733.53-
YUV68.92178.84118.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 159 (62.5% from 255) = 58.24%
R=20.51%
G=21.25%
B=58.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56581590.650.6400.38238.8347.9142.16
Hex383A9F4140026ef302a
Octal70722371011000463576052
Binary1110001110101001111110000011000000010011011101111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,58,159); }

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

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

 a { background-color: rgb(56,58,159); }

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

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

 span { border-color: rgb(56,58,159); }

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