#38319C

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

Shades of Dark Slate Blue #38319C

Tints of Dark Slate Blue #38319C

Color information

#38319C (or 0x38319C) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 31 and 9C. RGB value is (56,49,156). Sum of RGB (Red+Green+Blue) = 56+49+156=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #38319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38319C is #C7CE63. Grayscale: #3E3E3E. Windows color (decimal): -13094500 or 10236216. OLE color: 10236216.

HSL color Cylindrical-coordinate representation of color #38319C: hue angle of 243.93º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38319C is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5649156-
CMYK0.640.6900.39
HSL243.93º52.2%40.2%-
HSV(B)243.93º68.59%61.18%-
XYZ8.735.4432.04-
YUV63.29180.32122.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 156 (61.33% from 255) = 59.77%
R=21.46%
G=18.77%
B=59.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56491560.640.6900.39243.9352.240.2
Hex38319C4045027f43428
Octal70612341001050473646450
Binary1110001100011001110010000001000101010011111110100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38319C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38319C; }

 p { color: rgb(56,49,156); }

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

<style>
 a { background-color: #38319C; }

 a { background-color: rgb(56,49,156); }

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

<style>
 span { border-color: #38319C; }

 span { border-color: rgb(56,49,156); }

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