Html Css Color HEX #372FA1 Dark Slate Blue

📋 copy color: '#372FA1'

red 55 ◦ green 47 ◦ blue 161

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

Shades of Dark Slate Blue #372FA1

Tints of Dark Slate Blue #372FA1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.87%

 BLUE value IS 161 (63.28% from 255) = 61.22%

R = 20.91%
G = 17.87%
B = 61.22%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#372FA1 (or 0x372FA1) is known color: Dark Slate Blue. HEX triplet: 37, 2F and A1. RGB value is (55,47,161). Sum of RGB (Red+Green+Blue) = 55+47+161=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 161 (63.28% from 255 or 61.22% from 263); Max value from RGB is 161 - color contains mainly: blue. Hex color #372FA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372FA1 is #C8D05E. Grayscale: #3D3D3D. Windows color (decimal): -13160543 or 10563383. OLE color: 10563383.

HSL color Cylindrical-coordinate representation of color #372FA1: hue angle of 244.21º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #372FA1 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 55 47 161 -
CMYK 0.66 0.71 0 0.37
HSL 244.21º 0.55% 0.41% -
HSV(B) 244.21º 0.71% 0.63% -
XYZ 9.03 5.42 34.29 -
YUV 62.39 183.65 122.73 -
System Red Green Blue C M Y K H S L
Decimal 55 47 161 0.66 0.71 0 0.37 244.21 0.55 0.41
Hex 37 2F A1 42 47 0 25 F4 37 29
Octal 67 57 241 102 107 0 45 364 67 51
Binary 110111 101111 10100001 1000010 1000111 0 100101 11110100 110111 101001

Color Harmonies of #372FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372FA1

Black with #372FA1

Text Example


Text Example

White with #372FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,47,161); }

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

background-color css

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

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

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

border-color css

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

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

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