#3D3494

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

Shades of Dark Slate Blue #3D3494

Tints of Dark Slate Blue #3D3494

Color information

#3D3494 (or 0x3D3494) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 34 and 94. RGB value is (61,52,148). Sum of RGB (Red+Green+Blue) = 61+52+148=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #3D3494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3494 is #C2CB6B. Grayscale: #414141. Windows color (decimal): -12766060 or 9712701. OLE color: 9712701.

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

Color convert

RGB6152148-
CMYK0.590.6500.42
HSL245.62º48%39.22%-
HSV(B)245.62º64.86%58.04%-
XYZ8.55.5928.65-
YUV65.63174.48124.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.37%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 148 (58.20% from 255) = 56.70%
R=23.37%
G=19.92%
B=56.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61521480.590.6500.42245.624839.22
Hex3D34943B4102Af63027
Octal7564224731010523666047
Binary111101110100100101001110111000001010101011110110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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