#3D389D

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

Shades of Dark Slate Blue #3D389D

Tints of Dark Slate Blue #3D389D

Color information

#3D389D (or 0x3D389D) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 38 and 9D. RGB value is (61,56,157). Sum of RGB (Red+Green+Blue) = 61+56+157=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D389D is #C2C762. Grayscale: #444444. Windows color (decimal): -12765027 or 10303549. OLE color: 10303549.

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

Color convert

RGB6156157-
CMYK0.610.6400.38
HSL242.97º47.42%41.76%-
HSV(B)242.97º64.33%61.57%-
XYZ9.426.2532.61-
YUV69.01177.66122.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.26%
GREEN value IS 56 (22.27% from 255) = 20.44%
BLUE value IS 157 (61.72% from 255) = 57.30%
R=22.26%
G=20.44%
B=57.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61561570.610.6400.38242.9747.4241.76
Hex3D389D3D40026f32f2a
Octal7570235751000463635752
Binary111101111000100111011111011000000010011011110011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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