Html Css Color HEX #3B3995 Dark Slate Blue

📋 copy color: '#3B3995'

red 59 ◦ green 57 ◦ blue 149

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

Shades of Dark Slate Blue #3B3995

Tints of Dark Slate Blue #3B3995

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.51%

 BLUE value IS 149 (58.59% from 255) = 56.23%

R = 22.26%
G = 21.51%
B = 56.23%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3B3995 (or 0x3B3995) is known color: Dark Slate Blue. HEX triplet: 3B, 39 and 95. RGB value is (59,57,149). Sum of RGB (Red+Green+Blue) = 59+57+149=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #3B3995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3995 is #C4C66A. Grayscale: #434343. Windows color (decimal): -12895851 or 9779515. OLE color: 9779515.

HSL color Cylindrical-coordinate representation of color #3B3995: hue angle of 241.3º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B3995 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 59 57 149 -
CMYK 0.60 0.62 0 0.42
HSL 241.3º 0.45% 0.4% -
HSV(B) 241.3º 0.62% 0.58% -
XYZ 8.69 6.03 29.14 -
YUV 68.09 173.66 121.52 -
System Red Green Blue C M Y K H S L
Decimal 59 57 149 0.60 0.62 0 0.42 241.3 0.45 0.4
Hex 3B 39 95 3C 3E 0 2A F1 2D 28
Octal 73 71 225 74 76 0 52 361 55 50
Binary 111011 111001 10010101 111100 111110 0 101010 11110001 101101 101000

Color Harmonies of #3B3995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3995

Black with #3B3995

Text Example


Text Example

White with #3B3995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,57,149); }

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

background-color css

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

 a { background-color: rgb(59,57,149); }

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

border-color css

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

 span { border-color: rgb(59,57,149); }

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