Html Css Color HEX #3B389F Dark Slate Blue

📋 copy color: '#3B389F'

red 59 ◦ green 56 ◦ blue 159

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

Shades of Dark Slate Blue #3B389F

Tints of Dark Slate Blue #3B389F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.03%

R = 21.53%
G = 20.44%
B = 58.03%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B389F (or 0x3B389F) is known color: Dark Slate Blue. HEX triplet: 3B, 38 and 9F. RGB value is (59,56,159). Sum of RGB (Red+Green+Blue) = 59+56+159=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B389F is #C4C760. Grayscale: #444444. Windows color (decimal): -12896097 or 10434619. OLE color: 10434619.

HSL color Cylindrical-coordinate representation of color #3B389F: hue angle of 241.75º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B389F is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 59 56 159 -
CMYK 0.63 0.65 0 0.38
HSL 241.75º 0.48% 0.42% -
HSV(B) 241.75º 0.65% 0.62% -
XYZ 9.48 6.26 33.51 -
YUV 68.64 178.99 121.12 -
System Red Green Blue C M Y K H S L
Decimal 59 56 159 0.63 0.65 0 0.38 241.75 0.48 0.42
Hex 3B 38 9F 3F 41 0 26 F2 30 2A
Octal 73 70 237 77 101 0 46 362 60 52
Binary 111011 111000 10011111 111111 1000001 0 100110 11110010 110000 101010

Color Harmonies of #3B389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B389F

Black with #3B389F

Text Example


Text Example

White with #3B389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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