Html Css Color HEX #372C9E Dark Slate Blue

📋 copy color: '#372C9E'

red 55 ◦ green 44 ◦ blue 158

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

Shades of Dark Slate Blue #372C9E

Tints of Dark Slate Blue #372C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 61.48%

R = 21.4%
G = 17.12%
B = 61.48%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#372C9E (or 0x372C9E) is known color: Dark Slate Blue. HEX triplet: 37, 2C and 9E. RGB value is (55,44,158). Sum of RGB (Red+Green+Blue) = 55+44+158=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #372C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372C9E is #C8D361. Grayscale: #3B3B3B. Windows color (decimal): -13161314 or 10366007. OLE color: 10366007.

HSL color Cylindrical-coordinate representation of color #372C9E: hue angle of 245.79º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #372C9E is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 44 158 -
CMYK 0.65 0.72 0 0.38
HSL 245.79º 0.56% 0.4% -
HSV(B) 245.79º 0.72% 0.62% -
XYZ 8.65 5.08 32.87 -
YUV 60.29 183.14 124.23 -
System Red Green Blue C M Y K H S L
Decimal 55 44 158 0.65 0.72 0 0.38 245.79 0.56 0.4
Hex 37 2C 9E 41 48 0 26 F6 38 28
Octal 67 54 236 101 110 0 46 366 70 50
Binary 110111 101100 10011110 1000001 1001000 0 100110 11110110 111000 101000

Color Harmonies of #372C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C9E

Black with #372C9E

Text Example


Text Example

White with #372C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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