Html Css Color HEX #373CA0 Dark Slate Blue

📋 copy color: '#373CA0'

red 55 ◦ green 60 ◦ blue 160

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

Shades of Dark Slate Blue #373CA0

Tints of Dark Slate Blue #373CA0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.82%

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

R = 20%
G = 21.82%
B = 58.18%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#373CA0 (or 0x373CA0) is known color: Dark Slate Blue. HEX triplet: 37, 3C and A0. RGB value is (55,60,160). Sum of RGB (Red+Green+Blue) = 55+60+160=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 160 (62.89% from 255 or 58.18% from 275); Max value from RGB is 160 - color contains mainly: blue. Hex color #373CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373CA0 is #C8C35F. Grayscale: #454545. Windows color (decimal): -13157216 or 10501175. OLE color: 10501175.

HSL color Cylindrical-coordinate representation of color #373CA0: hue angle of 237.14º 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 #373CA0 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 60 160 -
CMYK 0.66 0.62 0 0.37
HSL 237.14º 0.49% 0.42% -
HSV(B) 237.14º 0.66% 0.63% -
XYZ 9.54 6.58 34.03 -
YUV 69.91 178.84 117.37 -
System Red Green Blue C M Y K H S L
Decimal 55 60 160 0.66 0.62 0 0.37 237.14 0.49 0.42
Hex 37 3C A0 42 3E 0 25 ED 31 2A
Octal 67 74 240 102 76 0 45 355 61 52
Binary 110111 111100 10100000 1000010 111110 0 100101 11101101 110001 101010

Color Harmonies of #373CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373CA0

Black with #373CA0

Text Example


Text Example

White with #373CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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