#3D3E9F

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

Shades of Dark Slate Blue #3D3E9F

Tints of Dark Slate Blue #3D3E9F

Color information

#3D3E9F (or 0x3D3E9F) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 3E and 9F. RGB value is (61,62,159). Sum of RGB (Red+Green+Blue) = 61+62+159=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D3E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3E9F is #C2C160. Grayscale: #484848. Windows color (decimal): -12763489 or 10436157. OLE color: 10436157.

HSL color Cylindrical-coordinate representation of color #3D3E9F: hue angle of 239.39º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D3E9F is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6162159-
CMYK0.620.6100.38
HSL239.39º44.55%43.14%-
HSV(B)239.39º61.64%62.35%-
XYZ9.916.9433.62-
YUV72.76176.67119.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.63%
GREEN value IS 62 (24.61% from 255) = 21.99%
BLUE value IS 159 (62.5% from 255) = 56.38%
R=21.63%
G=21.99%
B=56.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61621590.620.6100.38239.3944.5543.14
Hex3D3E9F3E3D026ef2d2b
Octal757623776750463575553
Binary11110111111010011111111110111101010011011101111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,62,159); }

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

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

 a { background-color: rgb(61,62,159); }

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

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

 span { border-color: rgb(61,62,159); }

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