Html Css Color HEX #3B389D Dark Slate Blue

📋 copy color: '#3B389D'

red 59 ◦ green 56 ◦ blue 157

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

Shades of Dark Slate Blue #3B389D

Tints of Dark Slate Blue #3B389D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.72%

R = 21.69%
G = 20.59%
B = 57.72%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B389D (or 0x3B389D) is known color: Dark Slate Blue. HEX triplet: 3B, 38 and 9D. RGB value is (59,56,157). Sum of RGB (Red+Green+Blue) = 59+56+157=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B389D is #C4C762. Grayscale: #444444. Windows color (decimal): -12896099 or 10303547. OLE color: 10303547.

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

Color convert

RGB 59 56 157 -
CMYK 0.62 0.64 0 0.38
HSL 241.78º 0.47% 0.42% -
HSV(B) 241.78º 0.64% 0.62% -
XYZ 9.3 6.19 32.6 -
YUV 68.41 177.99 121.29 -
System Red Green Blue C M Y K H S L
Decimal 59 56 157 0.62 0.64 0 0.38 241.78 0.47 0.42
Hex 3B 38 9D 3E 40 0 26 F2 2F 2A
Octal 73 70 235 76 100 0 46 362 57 52
Binary 111011 111000 10011101 111110 1000000 0 100110 11110010 101111 101010

Color Harmonies of #3B389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B389D

Black with #3B389D

Text Example


Text Example

White with #3B389D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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