Html Css Color HEX #372FA3 Dark Slate Blue

📋 copy color: '#372FA3'

red 55 ◦ green 47 ◦ blue 163

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

Shades of Dark Slate Blue #372FA3

Tints of Dark Slate Blue #372FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 61.51%

R = 20.75%
G = 17.74%
B = 61.51%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#372FA3 (or 0x372FA3) is known color: Dark Slate Blue. HEX triplet: 37, 2F and A3. RGB value is (55,47,163). Sum of RGB (Red+Green+Blue) = 55+47+163=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 163 (64.06% from 255 or 61.51% from 265); Max value from RGB is 163 - color contains mainly: blue. Hex color #372FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372FA3 is #C8D05C. Grayscale: #3E3E3E. Windows color (decimal): -13160541 or 10694455. OLE color: 10694455.

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

Color convert

RGB 55 47 163 -
CMYK 0.66 0.71 0 0.36
HSL 244.14º 0.55% 0.41% -
HSV(B) 244.14º 0.71% 0.64% -
XYZ 9.2 5.49 35.22 -
YUV 62.62 184.65 122.57 -
System Red Green Blue C M Y K H S L
Decimal 55 47 163 0.66 0.71 0 0.36 244.14 0.55 0.41
Hex 37 2F A3 42 47 0 24 F4 37 29
Octal 67 57 243 102 107 0 44 364 67 51
Binary 110111 101111 10100011 1000010 1000111 0 100100 11110100 110111 101001

Color Harmonies of #372FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372FA3

Black with #372FA3

Text Example


Text Example

White with #372FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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