Html Css Color HEX #3B3287 Dark Slate Blue

📋 copy color: '#3B3287'

red 59 ◦ green 50 ◦ blue 135

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

Shades of Dark Slate Blue #3B3287

Tints of Dark Slate Blue #3B3287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.49%

 BLUE value IS 135 (53.13% from 255) = 55.33%

R = 24.18%
G = 20.49%
B = 55.33%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3B3287 (or 0x3B3287) is known color: Dark Slate Blue. HEX triplet: 3B, 32 and 87. RGB value is (59,50,135). Sum of RGB (Red+Green+Blue) = 59+50+135=244 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.18% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #3B3287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3287 is #C4CD78. Grayscale: #3E3E3E. Windows color (decimal): -12897657 or 8860219. OLE color: 8860219.

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

Color convert

RGB 59 50 135 -
CMYK 0.56 0.63 0 0.47
HSL 246.35º 0.46% 0.36% -
HSV(B) 246.35º 0.63% 0.53% -
XYZ 7.32 4.96 23.49 -
YUV 62.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 59 50 135 0.56 0.63 0 0.47 246.35 0.46 0.36
Hex 3B 32 87 38 3F 0 2F F6 2E 24
Octal 73 62 207 70 77 0 57 366 56 44
Binary 111011 110010 10000111 111000 111111 0 101111 11110110 101110 100100

Color Harmonies of #3B3287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3287

Black with #3B3287

Text Example


Text Example

White with #3B3287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,50,135); }

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

background-color css

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

 a { background-color: rgb(59,50,135); }

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

border-color css

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

 span { border-color: rgb(59,50,135); }

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