#3D3890

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

Shades of Dark Slate Blue #3D3890

Tints of Dark Slate Blue #3D3890

Color information

#3D3890 (or 0x3D3890) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 38 and 90. RGB value is (61,56,144). Sum of RGB (Red+Green+Blue) = 61+56+144=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D3890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3890 is #C2C76F. Grayscale: #434343. Windows color (decimal): -12765040 or 9451581. OLE color: 9451581.

HSL color Cylindrical-coordinate representation of color #3D3890: hue angle of 243.41º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D3890 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6156144-
CMYK0.580.6100.44
HSL243.41º44%39.22%-
HSV(B)243.41º61.11%56.47%-
XYZ8.375.8327.07-
YUV67.53171.16123.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.37%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 144 (56.64% from 255) = 55.17%
R=23.37%
G=21.46%
B=55.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61561440.580.6100.44243.414439.22
Hex3D38903A3D02Cf32c27
Octal757022072750543635447
Binary11110111100010010000111010111101010110011110011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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