Html Css Color HEX #3B3891 Dark Slate Blue

📋 copy color: '#3B3891'

red 59 ◦ green 56 ◦ blue 145

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

Shades of Dark Slate Blue #3B3891

Tints of Dark Slate Blue #3B3891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.54%

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

R = 22.69%
G = 21.54%
B = 55.77%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3B3891 (or 0x3B3891) is known color: Dark Slate Blue. HEX triplet: 3B, 38 and 91. RGB value is (59,56,145). Sum of RGB (Red+Green+Blue) = 59+56+145=260 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.69% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #3B3891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3891 is #C4C76E. Grayscale: #424242. Windows color (decimal): -12896111 or 9517115. OLE color: 9517115.

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

Color convert

RGB 59 56 145 -
CMYK 0.59 0.61 0 0.43
HSL 242.02º 0.44% 0.39% -
HSV(B) 242.02º 0.61% 0.57% -
XYZ 8.33 5.8 27.47 -
YUV 67.04 171.99 122.26 -
System Red Green Blue C M Y K H S L
Decimal 59 56 145 0.59 0.61 0 0.43 242.02 0.44 0.39
Hex 3B 38 91 3B 3D 0 2B F2 2C 27
Octal 73 70 221 73 75 0 53 362 54 47
Binary 111011 111000 10010001 111011 111101 0 101011 11110010 101100 100111

Color Harmonies of #3B3891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3891

Black with #3B3891

Text Example


Text Example

White with #3B3891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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