#383CA0

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

Shades of Dark Slate Blue #383CA0

Tints of Dark Slate Blue #383CA0

Color information

#383CA0 (or 0x383CA0) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 3C and A0. RGB value is (56,60,160). Sum of RGB (Red+Green+Blue) = 56+60+160=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 160 (62.89% from 255 or 57.97% from 276); Max value from RGB is 160 - color contains mainly: blue. Hex color #383CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383CA0 is #C7C35F. Grayscale: #454545. Windows color (decimal): -13091680 or 10501176. OLE color: 10501176.

HSL color Cylindrical-coordinate representation of color #383CA0: hue angle of 237.69º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #383CA0 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5660160-
CMYK0.650.6200.37
HSL237.69º48.15%42.35%-
HSV(B)237.69º65%62.75%-
XYZ9.596.6134.03-
YUV70.2178.67117.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.29%
GREEN value IS 60 (23.83% from 255) = 21.74%
BLUE value IS 160 (62.89% from 255) = 57.97%
R=20.29%
G=21.74%
B=57.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal56601600.650.6200.37237.6948.1542.35
Hex383CA0413E025ee302a
Octal7074240101760453566052
Binary111000111100101000001000001111110010010111101110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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