Html Css Color HEX #3D3C8D Dark Slate Blue

📋 copy color: '#3D3C8D'

red 61 ◦ green 60 ◦ blue 141

#3D3C8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #3D3C8D

Tints of Dark Slate Blue #3D3C8D

RGB

 RED value IS 61 (24.22% from 255) = 23.28%

 GREEN value IS 60 (23.83% from 255) = 22.9%

 BLUE value IS 141 (55.47% from 255) = 53.82%

R = 23.28%
G = 22.9%
B = 53.82%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D3C8D (or 0x3D3C8D) is known color: Dark Slate Blue. HEX triplet: 3D, 3C and 8D. RGB value is (61,60,141). Sum of RGB (Red+Green+Blue) = 61+60+141=262 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.28% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D3C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3C8D is #C2C372. Grayscale: #454545. Windows color (decimal): -12764019 or 9255997. OLE color: 9255997.

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

Color convert

RGB 61 60 141 -
CMYK 0.57 0.57 0 0.45
HSL 240.74º 0.4% 0.39% -
HSV(B) 240.74º 0.57% 0.55% -
XYZ 8.35 6.15 25.95 -
YUV 69.53 168.33 121.91 -
System Red Green Blue C M Y K H S L
Decimal 61 60 141 0.57 0.57 0 0.45 240.74 0.4 0.39
Hex 3D 3C 8D 39 39 0 2D F1 28 27
Octal 75 74 215 71 71 0 55 361 50 47
Binary 111101 111100 10001101 111001 111001 0 101101 11110001 101000 100111

Color Harmonies of #3D3C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3C8D

Black with #3D3C8D

Text Example


Text Example

White with #3D3C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D3C8D;
 }
 .AnyTagClassName
 {
   color: #3D3C8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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