#3D388D

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

Shades of Dark Slate Blue #3D388D

Tints of Dark Slate Blue #3D388D

Color information

#3D388D (or 0x3D388D) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 38 and 8D. RGB value is (61,56,141). Sum of RGB (Red+Green+Blue) = 61+56+141=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D388D is #C2C772. Grayscale: #424242. Windows color (decimal): -12765043 or 9254973. OLE color: 9254973.

HSL color Cylindrical-coordinate representation of color #3D388D: hue angle of 243.53º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D388D is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6156141-
CMYK0.570.6000.45
HSL243.53º43.15%38.63%-
HSV(B)243.53º60.28%55.29%-
XYZ8.155.7425.88-
YUV67.18169.66123.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.64%
GREEN value IS 56 (22.27% from 255) = 21.71%
BLUE value IS 141 (55.47% from 255) = 54.65%
R=23.64%
G=21.71%
B=54.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61561410.570.6000.45243.5343.1538.63
Hex3D388D393C02Df42b27
Octal757021571740553645347
Binary11110111100010001101111001111100010110111110100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D388D; }

 p { color: rgb(61,56,141); }

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

<style>
 a { background-color: #3D388D; }

 a { background-color: rgb(61,56,141); }

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

<style>
 span { border-color: #3D388D; }

 span { border-color: rgb(61,56,141); }

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