#3D358A

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

Shades of Dark Slate Blue #3D358A

Tints of Dark Slate Blue #3D358A

Color information

#3D358A (or 0x3D358A) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 35 and 8A. RGB value is (61,53,138). Sum of RGB (Red+Green+Blue) = 61+53+138=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D358A is #C2CA75. Grayscale: #404040. Windows color (decimal): -12765814 or 9057597. OLE color: 9057597.

HSL color Cylindrical-coordinate representation of color #3D358A: hue angle of 245.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D358A is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6153138-
CMYK0.560.6200.46
HSL245.65º44.5%37.45%-
HSV(B)245.65º61.59%54.12%-
XYZ7.795.3724.67-
YUV65.08169.15125.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.21%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 138 (54.30% from 255) = 54.76%
R=24.21%
G=21.03%
B=54.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61531380.560.6200.46245.6544.537.45
Hex3D358A383E02Ef62d25
Octal756521270760563665545
Binary11110111010110001010111000111110010111011110110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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