#383CA6

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

Shades of Dark Slate Blue #383CA6

Tints of Dark Slate Blue #383CA6

Color information

#383CA6 (or 0x383CA6) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 3C and A6. RGB value is (56,60,166). Sum of RGB (Red+Green+Blue) = 56+60+166=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 166 (65.23% from 255 or 58.87% from 282); Max value from RGB is 166 - color contains mainly: blue. Hex color #383CA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383CA6 is #C7C359. Grayscale: #464646. Windows color (decimal): -13091674 or 10894392. OLE color: 10894392.

HSL color Cylindrical-coordinate representation of color #383CA6: hue angle of 237.82º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #383CA6 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5660166-
CMYK0.660.6400.35
HSL237.82º49.55%43.53%-
HSV(B)237.82º66.27%65.1%-
XYZ10.136.8336.86-
YUV70.89181.67117.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 60 (23.83% from 255) = 21.28%
BLUE value IS 166 (65.23% from 255) = 58.87%
R=19.86%
G=21.28%
B=58.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal56601660.660.6400.35237.8249.5543.53
Hex383CA64240023ee322c
Octal70742461021000433566254
Binary1110001111001010011010000101000000010001111101110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,60,166); }

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

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

 a { background-color: rgb(56,60,166); }

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

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

 span { border-color: rgb(56,60,166); }

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