#38318C

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

Shades of Dark Slate Blue #38318C

Tints of Dark Slate Blue #38318C

Color information

#38318C (or 0x38318C) is unknown color: approx Dark Slate Blue. HEX triplet: 38, 31 and 8C. RGB value is (56,49,140). Sum of RGB (Red+Green+Blue) = 56+49+140=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #38318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38318C is #C7CE73. Grayscale: #3D3D3D. Windows color (decimal): -13094516 or 9187640. OLE color: 9187640.

HSL color Cylindrical-coordinate representation of color #38318C: hue angle of 244.62º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38318C is Cyan = 0.6, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5649140-
CMYK0.60.6500.45
HSL244.62º48.15%37.06%-
HSV(B)244.62º65%54.9%-
XYZ7.464.9325.37-
YUV61.47172.32124.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 140 (55.08% from 255) = 57.14%
R=22.86%
G=20%
B=57.14%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56491400.60.6500.45244.6248.1537.06
Hex38318C3C4102Df53025
Octal7061214741010553656045
Binary111000110001100011001111001000001010110111110101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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