#3D378A

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

Shades of Dark Slate Blue #3D378A

Tints of Dark Slate Blue #3D378A

Color information

#3D378A (or 0x3D378A) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 37 and 8A. RGB value is (61,55,138). Sum of RGB (Red+Green+Blue) = 61+55+138=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D378A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D378A is #C2C875. Grayscale: #414141. Windows color (decimal): -12765302 or 9058109. OLE color: 9058109.

HSL color Cylindrical-coordinate representation of color #3D378A: hue angle of 244.34º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D378A is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6155138-
CMYK0.560.6000.46
HSL244.34º43.01%37.84%-
HSV(B)244.34º60.14%54.12%-
XYZ7.885.5624.7-
YUV66.26168.49124.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.02%
GREEN value IS 55 (21.88% from 255) = 21.65%
BLUE value IS 138 (54.30% from 255) = 54.33%
R=24.02%
G=21.65%
B=54.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61551380.560.6000.46244.3443.0137.84
Hex3D378A383C02Ef42b26
Octal756721270740563645346
Binary11110111011110001010111000111100010111011110100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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