#3D3895

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

Shades of Dark Slate Blue #3D3895

Tints of Dark Slate Blue #3D3895

Color information

#3D3895 (or 0x3D3895) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 38 and 95. RGB value is (61,56,149). Sum of RGB (Red+Green+Blue) = 61+56+149=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D3895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3895 is #C2C76A. Grayscale: #434343. Windows color (decimal): -12765035 or 9779261. OLE color: 9779261.

HSL color Cylindrical-coordinate representation of color #3D3895: hue angle of 243.23º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D3895 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6156149-
CMYK0.590.6200.42
HSL243.23º45.37%40.2%-
HSV(B)243.23º62.42%58.43%-
XYZ8.765.9929.13-
YUV68.1173.66122.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.93%
GREEN value IS 56 (22.27% from 255) = 21.05%
BLUE value IS 149 (58.59% from 255) = 56.02%
R=22.93%
G=21.05%
B=56.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61561490.590.6200.42243.2345.3740.2
Hex3D38953B3E02Af32d28
Octal757022573760523635550
Binary11110111100010010101111011111110010101011110011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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