Html Css Color HEX #3B3591 Dark Slate Blue

📋 copy color: '#3B3591'

red 59 ◦ green 53 ◦ blue 145

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

Shades of Dark Slate Blue #3B3591

Tints of Dark Slate Blue #3B3591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.62%

 BLUE value IS 145 (57.03% from 255) = 56.42%

R = 22.96%
G = 20.62%
B = 56.42%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3B3591 (or 0x3B3591) is known color: Dark Slate Blue. HEX triplet: 3B, 35 and 91. RGB value is (59,53,145). Sum of RGB (Red+Green+Blue) = 59+53+145=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #3B3591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3591 is #C4CA6E. Grayscale: #404040. Windows color (decimal): -12896879 or 9516347. OLE color: 9516347.

HSL color Cylindrical-coordinate representation of color #3B3591: hue angle of 243.91º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B3591 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 59 53 145 -
CMYK 0.59 0.63 0 0.43
HSL 243.91º 0.46% 0.39% -
HSV(B) 243.91º 0.63% 0.57% -
XYZ 8.19 5.52 27.42 -
YUV 65.28 172.99 123.52 -
System Red Green Blue C M Y K H S L
Decimal 59 53 145 0.59 0.63 0 0.43 243.91 0.46 0.39
Hex 3B 35 91 3B 3F 0 2B F4 2E 27
Octal 73 65 221 73 77 0 53 364 56 47
Binary 111011 110101 10010001 111011 111111 0 101011 11110100 101110 100111

Color Harmonies of #3B3591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3591

Black with #3B3591

Text Example


Text Example

White with #3B3591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,53,145); }

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

background-color css

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

 a { background-color: rgb(59,53,145); }

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

border-color css

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

 span { border-color: rgb(59,53,145); }

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