Html Css Color HEX #372CA0 Dark Slate Blue

📋 copy color: '#372CA0'

red 55 ◦ green 44 ◦ blue 160

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

Shades of Dark Slate Blue #372CA0

Tints of Dark Slate Blue #372CA0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.99%

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

R = 21.24%
G = 16.99%
B = 61.78%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#372CA0 (or 0x372CA0) is known color: Dark Slate Blue. HEX triplet: 37, 2C and A0. RGB value is (55,44,160). Sum of RGB (Red+Green+Blue) = 55+44+160=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 160 (62.89% from 255 or 61.78% from 259); Max value from RGB is 160 - color contains mainly: blue. Hex color #372CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372CA0 is #C8D35F. Grayscale: #3C3C3C. Windows color (decimal): -13161312 or 10497079. OLE color: 10497079.

HSL color Cylindrical-coordinate representation of color #372CA0: hue angle of 245.69º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372CA0 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 44 160 -
CMYK 0.66 0.72 0 0.37
HSL 245.69º 0.57% 0.4% -
HSV(B) 245.69º 0.73% 0.63% -
XYZ 8.82 5.15 33.79 -
YUV 60.51 184.14 124.07 -
System Red Green Blue C M Y K H S L
Decimal 55 44 160 0.66 0.72 0 0.37 245.69 0.57 0.4
Hex 37 2C A0 42 48 0 25 F6 39 28
Octal 67 54 240 102 110 0 45 366 71 50
Binary 110111 101100 10100000 1000010 1001000 0 100101 11110110 111001 101000

Color Harmonies of #372CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372CA0

Black with #372CA0

Text Example


Text Example

White with #372CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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