Html Css Color HEX #3B2D86 Dark Slate Blue

📋 copy color: '#3B2D86'

red 59 ◦ green 45 ◦ blue 134

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

Shades of Dark Slate Blue #3B2D86

Tints of Dark Slate Blue #3B2D86

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.91%

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

R = 24.79%
G = 18.91%
B = 56.3%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3B2D86 (or 0x3B2D86) is known color: Dark Slate Blue. HEX triplet: 3B, 2D and 86. RGB value is (59,45,134). Sum of RGB (Red+Green+Blue) = 59+45+134=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #3B2D86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2D86 is #C4D279. Grayscale: #3A3A3A. Windows color (decimal): -12898938 or 8793403. OLE color: 8793403.

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

Color convert

RGB 59 45 134 -
CMYK 0.56 0.66 0 0.47
HSL 249.44º 0.5% 0.35% -
HSV(B) 249.44º 0.66% 0.53% -
XYZ 7.05 4.53 23.06 -
YUV 59.33 170.14 127.76 -
System Red Green Blue C M Y K H S L
Decimal 59 45 134 0.56 0.66 0 0.47 249.44 0.5 0.35
Hex 3B 2D 86 38 42 0 2F F9 32 23
Octal 73 55 206 70 102 0 57 371 62 43
Binary 111011 101101 10000110 111000 1000010 0 101111 11111001 110010 100011

Color Harmonies of #3B2D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2D86

Black with #3B2D86

Text Example


Text Example

White with #3B2D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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