Html Css Color HEX #3D339C Dark Slate Blue

📋 copy color: '#3D339C'

red 61 ◦ green 51 ◦ blue 156

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

Shades of Dark Slate Blue #3D339C

Tints of Dark Slate Blue #3D339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.03%

 BLUE value IS 156 (61.33% from 255) = 58.21%

R = 22.76%
G = 19.03%
B = 58.21%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3D339C (or 0x3D339C) is known color: Dark Slate Blue. HEX triplet: 3D, 33 and 9C. RGB value is (61,51,156). Sum of RGB (Red+Green+Blue) = 61+51+156=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #3D339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D339C is #C2CC63. Grayscale: #414141. Windows color (decimal): -12766308 or 10236733. OLE color: 10236733.

HSL color Cylindrical-coordinate representation of color #3D339C: hue angle of 245.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D339C is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 61 51 156 -
CMYK 0.61 0.67 0 0.39
HSL 245.71º 0.51% 0.41% -
HSV(B) 245.71º 0.67% 0.61% -
XYZ 9.11 5.76 32.08 -
YUV 65.96 178.81 124.46 -
System Red Green Blue C M Y K H S L
Decimal 61 51 156 0.61 0.67 0 0.39 245.71 0.51 0.41
Hex 3D 33 9C 3D 43 0 27 F6 33 29
Octal 75 63 234 75 103 0 47 366 63 51
Binary 111101 110011 10011100 111101 1000011 0 100111 11110110 110011 101001

Color Harmonies of #3D339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D339C

Black with #3D339C

Text Example


Text Example

White with #3D339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,51,156); }

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

background-color css

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

 a { background-color: rgb(61,51,156); }

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

border-color css

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

 span { border-color: rgb(61,51,156); }

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