Html Css Color HEX #3B389C Dark Slate Blue

📋 copy color: '#3B389C'

red 59 ◦ green 56 ◦ blue 156

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

Shades of Dark Slate Blue #3B389C

Tints of Dark Slate Blue #3B389C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.56%

R = 21.77%
G = 20.66%
B = 57.56%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3B389C (or 0x3B389C) is known color: Dark Slate Blue. HEX triplet: 3B, 38 and 9C. RGB value is (59,56,156). Sum of RGB (Red+Green+Blue) = 59+56+156=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B389C is #C4C763. Grayscale: #434343. Windows color (decimal): -12896100 or 10238011. OLE color: 10238011.

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

Color convert

RGB 59 56 156 -
CMYK 0.62 0.64 0 0.39
HSL 241.8º 0.47% 0.42% -
HSV(B) 241.8º 0.64% 0.61% -
XYZ 9.22 6.16 32.16 -
YUV 68.3 177.49 121.37 -
System Red Green Blue C M Y K H S L
Decimal 59 56 156 0.62 0.64 0 0.39 241.8 0.47 0.42
Hex 3B 38 9C 3E 40 0 27 F2 2F 2A
Octal 73 70 234 76 100 0 47 362 57 52
Binary 111011 111000 10011100 111110 1000000 0 100111 11110010 101111 101010

Color Harmonies of #3B389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B389C

Black with #3B389C

Text Example


Text Example

White with #3B389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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