#3D3194

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

Shades of Dark Slate Blue #3D3194

Tints of Dark Slate Blue #3D3194

Color information

#3D3194 (or 0x3D3194) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 31 and 94. RGB value is (61,49,148). Sum of RGB (Red+Green+Blue) = 61+49+148=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #3D3194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3194 is #C2CE6B. Grayscale: #3F3F3F. Windows color (decimal): -12766828 or 9711933. OLE color: 9711933.

HSL color Cylindrical-coordinate representation of color #3D3194: hue angle of 247.27º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D3194 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6149148-
CMYK0.590.6700.42
HSL247.27º50.25%38.63%-
HSV(B)247.27º66.89%58.04%-
XYZ8.375.3328.6-
YUV63.87175.48125.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.64%
GREEN value IS 49 (19.53% from 255) = 18.99%
BLUE value IS 148 (58.20% from 255) = 57.36%
R=23.64%
G=18.99%
B=57.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61491480.590.6700.42247.2750.2538.63
Hex3D31943B4302Af73227
Octal7561224731030523676247
Binary111101110001100101001110111000011010101011110111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,49,148); }

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

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

 a { background-color: rgb(61,49,148); }

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

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

 span { border-color: rgb(61,49,148); }

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