Html Css Color HEX #372996 Dark Slate Blue

📋 copy color: '#372996'

red 55 ◦ green 41 ◦ blue 150

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

Shades of Dark Slate Blue #372996

Tints of Dark Slate Blue #372996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.67%

 BLUE value IS 150 (58.98% from 255) = 60.98%

R = 22.36%
G = 16.67%
B = 60.98%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#372996 (or 0x372996) is known color: Dark Slate Blue. HEX triplet: 37, 29 and 96. RGB value is (55,41,150). Sum of RGB (Red+Green+Blue) = 55+41+150=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #372996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372996 is #C8D669. Grayscale: #393939. Windows color (decimal): -13162090 or 9840951. OLE color: 9840951.

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

Color convert

RGB 55 41 150 -
CMYK 0.63 0.73 0 0.41
HSL 247.71º 0.57% 0.37% -
HSV(B) 247.71º 0.73% 0.59% -
XYZ 7.87 4.6 29.33 -
YUV 57.61 180.14 126.14 -
System Red Green Blue C M Y K H S L
Decimal 55 41 150 0.63 0.73 0 0.41 247.71 0.57 0.37
Hex 37 29 96 3F 49 0 29 F8 39 25
Octal 67 51 226 77 111 0 51 370 71 45
Binary 110111 101001 10010110 111111 1001001 0 101001 11111000 111001 100101

Color Harmonies of #372996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372996

Black with #372996

Text Example


Text Example

White with #372996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372996; }

 p { color: rgb(55,41,150); }

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

background-color css

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

 a { background-color: rgb(55,41,150); }

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

border-color css

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

 span { border-color: rgb(55,41,150); }

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