Html Css Color HEX #373BA0 Dark Slate Blue

📋 copy color: '#373BA0'

red 55 ◦ green 59 ◦ blue 160

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

Shades of Dark Slate Blue #373BA0

Tints of Dark Slate Blue #373BA0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.53%

 BLUE value IS 160 (62.89% from 255) = 58.39%

R = 20.07%
G = 21.53%
B = 58.39%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#373BA0 (or 0x373BA0) is known color: Dark Slate Blue. HEX triplet: 37, 3B and A0. RGB value is (55,59,160). Sum of RGB (Red+Green+Blue) = 55+59+160=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 160 (62.89% from 255 or 58.39% from 274); Max value from RGB is 160 - color contains mainly: blue. Hex color #373BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373BA0 is #C8C45F. Grayscale: #444444. Windows color (decimal): -13157472 or 10500919. OLE color: 10500919.

HSL color Cylindrical-coordinate representation of color #373BA0: hue angle of 237.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #373BA0 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 59 160 -
CMYK 0.66 0.63 0 0.37
HSL 237.71º 0.49% 0.42% -
HSV(B) 237.71º 0.66% 0.63% -
XYZ 9.48 6.48 34.01 -
YUV 69.32 179.17 117.79 -
System Red Green Blue C M Y K H S L
Decimal 55 59 160 0.66 0.63 0 0.37 237.71 0.49 0.42
Hex 37 3B A0 42 3F 0 25 EE 31 2A
Octal 67 73 240 102 77 0 45 356 61 52
Binary 110111 111011 10100000 1000010 111111 0 100101 11101110 110001 101010

Color Harmonies of #373BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373BA0

Black with #373BA0

Text Example


Text Example

White with #373BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373BA0; }

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

 H1.HeaderClassName
 {
   color: #373BA0;
 }
 .AnyTagClassName
 {
   color: #373BA0;
 }
</style>

background-color css

<style>
 a { background-color: #373BA0; }

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

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

border-color css

<style>
 span { border-color: #373BA0; }

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

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