Html Css Color HEX #37319D Dark Slate Blue

📋 copy color: '#37319D'

red 55 ◦ green 49 ◦ blue 157

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

Shades of Dark Slate Blue #37319D

Tints of Dark Slate Blue #37319D

RGB

 RED value IS 55 (21.88% from 255) = 21.07%

 GREEN value IS 49 (19.53% from 255) = 18.77%

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

R = 21.07%
G = 18.77%
B = 60.15%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37319D (or 0x37319D) is known color: Dark Slate Blue. HEX triplet: 37, 31 and 9D. RGB value is (55,49,157). Sum of RGB (Red+Green+Blue) = 55+49+157=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #37319D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37319D is #C8CE62. Grayscale: #3E3E3E. Windows color (decimal): -13160035 or 10301751. OLE color: 10301751.

HSL color Cylindrical-coordinate representation of color #37319D: hue angle of 243.33º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37319D is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 49 157 -
CMYK 0.65 0.69 0 0.38
HSL 243.33º 0.52% 0.4% -
HSV(B) 243.33º 0.69% 0.62% -
XYZ 8.76 5.44 32.49 -
YUV 63.11 180.99 122.22 -
System Red Green Blue C M Y K H S L
Decimal 55 49 157 0.65 0.69 0 0.38 243.33 0.52 0.4
Hex 37 31 9D 41 45 0 26 F3 34 28
Octal 67 61 235 101 105 0 46 363 64 50
Binary 110111 110001 10011101 1000001 1000101 0 100110 11110011 110100 101000

Color Harmonies of #37319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37319D

Black with #37319D

Text Example


Text Example

White with #37319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37319D; }

 p { color: rgb(55,49,157); }

 H1.HeaderClassName
 {
   color: #37319D;
 }
 .AnyTagClassName
 {
   color: #37319D;
 }
</style>

background-color css

<style>
 a { background-color: #37319D; }

 a { background-color: rgb(55,49,157); }

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

border-color css

<style>
 span { border-color: #37319D; }

 span { border-color: rgb(55,49,157); }

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