#3D348D

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

Shades of Dark Slate Blue #3D348D

Tints of Dark Slate Blue #3D348D

Color information

#3D348D (or 0x3D348D) is unknown color: approx Dark Slate Blue. HEX triplet: 3D, 34 and 8D. RGB value is (61,52,141). Sum of RGB (Red+Green+Blue) = 61+52+141=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D348D is #C2CB72. Grayscale: #404040. Windows color (decimal): -12766067 or 9253949. OLE color: 9253949.

HSL color Cylindrical-coordinate representation of color #3D348D: hue angle of 246.07º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D348D is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6152141-
CMYK0.570.6300.45
HSL246.07º46.11%37.84%-
HSV(B)246.07º63.12%55.29%-
XYZ7.965.3725.82-
YUV64.84170.98125.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.02%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 141 (55.47% from 255) = 55.51%
R=24.02%
G=20.47%
B=55.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61521410.570.6300.45246.0746.1137.84
Hex3D348D393F02Df62e26
Octal756421571770553665646
Binary11110111010010001101111001111111010110111110110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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