#3D3492

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

Shades of Dark Slate Blue #3D3492

Tints of Dark Slate Blue #3D3492

Color information

#3D3492 (or 0x3D3492) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 34 and 92. RGB value is (61,52,146). Sum of RGB (Red+Green+Blue) = 61+52+146=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D3492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3492 is #C2CB6D. Grayscale: #414141. Windows color (decimal): -12766062 or 9581629. OLE color: 9581629.

HSL color Cylindrical-coordinate representation of color #3D3492: hue angle of 245.74º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D3492 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6152146-
CMYK0.580.6400.43
HSL245.74º47.47%38.82%-
HSV(B)245.74º64.38%57.25%-
XYZ8.345.5227.82-
YUV65.41173.48124.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.55%
GREEN value IS 52 (20.70% from 255) = 20.08%
BLUE value IS 146 (57.42% from 255) = 56.37%
R=23.55%
G=20.08%
B=56.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61521460.580.6400.43245.7447.4738.82
Hex3D34923A4002Bf62f27
Octal7564222721000533665747
Binary111101110100100100101110101000000010101111110110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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