#3D3289

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

Shades of Dark Slate Blue #3D3289

Tints of Dark Slate Blue #3D3289

Color information

#3D3289 (or 0x3D3289) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 32 and 89. RGB value is (61,50,137). Sum of RGB (Red+Green+Blue) = 61+50+137=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D3289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3289 is #C2CD76. Grayscale: #3E3E3E. Windows color (decimal): -12766583 or 8991293. OLE color: 8991293.

HSL color Cylindrical-coordinate representation of color #3D3289: hue angle of 247.59º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D3289 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6150137-
CMYK0.550.6400.46
HSL247.59º46.52%36.67%-
HSV(B)247.59º63.5%53.73%-
XYZ7.585.0824.25-
YUV63.21169.64126.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.60%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 137 (53.91% from 255) = 55.24%
R=24.60%
G=20.16%
B=55.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61501370.550.6400.46247.5946.5236.67
Hex3D3289374002Ef82f25
Octal7562211671000563705745
Binary111101110010100010011101111000000010111011111000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,50,137); }

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

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

 a { background-color: rgb(61,50,137); }

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

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

 span { border-color: rgb(61,50,137); }

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