#3D3489

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

Shades of Dark Slate Blue #3D3489

Tints of Dark Slate Blue #3D3489

Color information

#3D3489 (or 0x3D3489) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 34 and 89. RGB value is (61,52,137). Sum of RGB (Red+Green+Blue) = 61+52+137=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D3489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3489 is #C2CB76. Grayscale: #404040. Windows color (decimal): -12766071 or 8991805. OLE color: 8991805.

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

Color convert

RGB6152137-
CMYK0.550.6200.46
HSL246.35º44.97%37.06%-
HSV(B)246.35º62.04%53.73%-
XYZ7.675.2524.28-
YUV64.38168.98125.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.4%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 137 (53.91% from 255) = 54.8%
R=24.4%
G=20.8%
B=54.8%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61521370.550.6200.46246.3544.9737.06
Hex3D3489373E02Ef62d25
Octal756421167760563665545
Binary11110111010010001001110111111110010111011110110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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