Html Css Color HEX #37379B Dark Slate Blue

📋 copy color: '#37379B'

red 55 ◦ green 55 ◦ blue 155

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

Shades of Dark Slate Blue #37379B

Tints of Dark Slate Blue #37379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.49%

R = 20.75%
G = 20.75%
B = 58.49%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37379B (or 0x37379B) is known color: Dark Slate Blue. HEX triplet: 37, 37 and 9B. RGB value is (55,55,155). Sum of RGB (Red+Green+Blue) = 55+55+155=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #37379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37379B is #C8C864. Grayscale: #424242. Windows color (decimal): -13158501 or 10172215. OLE color: 10172215.

HSL color Cylindrical-coordinate representation of color #37379B: hue angle of 240º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37379B is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 55 155 -
CMYK 0.65 0.65 0 0.39
HSL 240º 0.48% 0.41% -
HSV(B) 240º 0.65% 0.61% -
XYZ 8.86 5.91 31.68 -
YUV 66.4 178 119.87 -
System Red Green Blue C M Y K H S L
Decimal 55 55 155 0.65 0.65 0 0.39 240 0.48 0.41
Hex 37 37 9B 41 41 0 27 F0 30 29
Octal 67 67 233 101 101 0 47 360 60 51
Binary 110111 110111 10011011 1000001 1000001 0 100111 11110000 110000 101001

Color Harmonies of #37379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37379B

Black with #37379B

Text Example


Text Example

White with #37379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37379B; }

 p { color: rgb(55,55,155); }

 H1.HeaderClassName
 {
   color: #37379B;
 }
 .AnyTagClassName
 {
   color: #37379B;
 }
</style>

background-color css

<style>
 a { background-color: #37379B; }

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

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

border-color css

<style>
 span { border-color: #37379B; }

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

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