#3D379A

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

Shades of Dark Slate Blue #3D379A

Tints of Dark Slate Blue #3D379A

Color information

#3D379A (or 0x3D379A) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 37 and 9A. RGB value is (61,55,154). Sum of RGB (Red+Green+Blue) = 61+55+154=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #3D379A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D379A is #C2C865. Grayscale: #434343. Windows color (decimal): -12765286 or 10106685. OLE color: 10106685.

HSL color Cylindrical-coordinate representation of color #3D379A: hue angle of 243.64º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D379A is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6155154-
CMYK0.600.6400.40
HSL243.64º47.37%40.98%-
HSV(B)243.64º64.29%60.39%-
XYZ9.126.0631.26-
YUV68.08176.49122.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.59%
GREEN value IS 55 (21.88% from 255) = 20.37%
BLUE value IS 154 (60.55% from 255) = 57.04%
R=22.59%
G=20.37%
B=57.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61551540.600.6400.40243.6447.3740.98
Hex3D379A3C40028f42f29
Octal7567232741000503645751
Binary111101110111100110101111001000000010100011110100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D379A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,55,154); }

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

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

 a { background-color: rgb(61,55,154); }

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

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

 span { border-color: rgb(61,55,154); }

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