#3D3395

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

Shades of Dark Slate Blue #3D3395

Tints of Dark Slate Blue #3D3395

Color information

#3D3395 (or 0x3D3395) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 33 and 95. RGB value is (61,51,149). Sum of RGB (Red+Green+Blue) = 61+51+149=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D3395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3395 is #C2CC6A. Grayscale: #404040. Windows color (decimal): -12766315 or 9777981. OLE color: 9777981.

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

Color convert

RGB6151149-
CMYK0.590.6600.42
HSL246.12º49%39.22%-
HSV(B)246.12º65.77%58.43%-
XYZ8.535.5329.05-
YUV65.16175.31125.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.37%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 149 (58.59% from 255) = 57.09%
R=23.37%
G=19.54%
B=57.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61511490.590.6600.42246.124939.22
Hex3D33953B4202Af63127
Octal7563225731020523666147
Binary111101110011100101011110111000010010101011110110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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