Html Css Color HEX #3B2C86 Dark Slate Blue

📋 copy color: '#3B2C86'

red 59 ◦ green 44 ◦ blue 134

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

Shades of Dark Slate Blue #3B2C86

Tints of Dark Slate Blue #3B2C86

RGB

 RED value IS 59 (23.44% from 255) = 24.89%

 GREEN value IS 44 (17.58% from 255) = 18.57%

 BLUE value IS 134 (52.73% from 255) = 56.54%

R = 24.89%
G = 18.57%
B = 56.54%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3B2C86 (or 0x3B2C86) is known color: Dark Slate Blue. HEX triplet: 3B, 2C and 86. RGB value is (59,44,134). Sum of RGB (Red+Green+Blue) = 59+44+134=237 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.89% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #3B2C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2C86 is #C4D379. Grayscale: #3A3A3A. Windows color (decimal): -12899194 or 8793147. OLE color: 8793147.

HSL color Cylindrical-coordinate representation of color #3B2C86: hue angle of 250º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B2C86 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 44 134 -
CMYK 0.56 0.67 0 0.47
HSL 250º 0.51% 0.35% -
HSV(B) 250º 0.67% 0.53% -
XYZ 7.01 4.45 23.04 -
YUV 58.75 170.47 128.18 -
System Red Green Blue C M Y K H S L
Decimal 59 44 134 0.56 0.67 0 0.47 250 0.51 0.35
Hex 3B 2C 86 38 43 0 2F FA 33 23
Octal 73 54 206 70 103 0 57 372 63 43
Binary 111011 101100 10000110 111000 1000011 0 101111 11111010 110011 100011

Color Harmonies of #3B2C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2C86

Black with #3B2C86

Text Example


Text Example

White with #3B2C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,44,134); }

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

background-color css

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

 a { background-color: rgb(59,44,134); }

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

border-color css

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

 span { border-color: rgb(59,44,134); }

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