Html Css Color HEX #3B378D Dark Slate Blue

📋 copy color: '#3B378D'

red 59 ◦ green 55 ◦ blue 141

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

Shades of Dark Slate Blue #3B378D

Tints of Dark Slate Blue #3B378D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.57%

 BLUE value IS 141 (55.47% from 255) = 55.29%

R = 23.14%
G = 21.57%
B = 55.29%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B378D (or 0x3B378D) is known color: Dark Slate Blue. HEX triplet: 3B, 37 and 8D. RGB value is (59,55,141). Sum of RGB (Red+Green+Blue) = 59+55+141=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B378D is #C4C872. Grayscale: #414141. Windows color (decimal): -12896371 or 9254715. OLE color: 9254715.

HSL color Cylindrical-coordinate representation of color #3B378D: hue angle of 242.79º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B378D is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 55 141 -
CMYK 0.58 0.61 0 0.45
HSL 242.79º 0.44% 0.38% -
HSV(B) 242.79º 0.61% 0.55% -
XYZ 7.98 5.59 25.86 -
YUV 66 170.33 123.01 -
System Red Green Blue C M Y K H S L
Decimal 59 55 141 0.58 0.61 0 0.45 242.79 0.44 0.38
Hex 3B 37 8D 3A 3D 0 2D F3 2C 26
Octal 73 67 215 72 75 0 55 363 54 46
Binary 111011 110111 10001101 111010 111101 0 101101 11110011 101100 100110

Color Harmonies of #3B378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B378D

Black with #3B378D

Text Example


Text Example

White with #3B378D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,55,141); }

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

background-color css

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

 a { background-color: rgb(59,55,141); }

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

border-color css

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

 span { border-color: rgb(59,55,141); }

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