Html Css Color HEX #372495 Dark Slate Blue

📋 copy color: '#372495'

red 55 ◦ green 36 ◦ blue 149

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

Shades of Dark Slate Blue #372495

Tints of Dark Slate Blue #372495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

 BLUE value IS 149 (58.59% from 255) = 62.08%

R = 22.92%
G = 15%
B = 62.08%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#372495 (or 0x372495) is known color: Dark Slate Blue. HEX triplet: 37, 24 and 95. RGB value is (55,36,149). Sum of RGB (Red+Green+Blue) = 55+36+149=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #372495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372495 is #C8DB6A. Grayscale: #363636. Windows color (decimal): -13163371 or 9774135. OLE color: 9774135.

HSL color Cylindrical-coordinate representation of color #372495: hue angle of 250.09º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #372495 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 36 149 -
CMYK 0.63 0.76 0 0.42
HSL 250.09º 0.61% 0.36% -
HSV(B) 250.09º 0.76% 0.58% -
XYZ 7.63 4.24 28.85 -
YUV 54.56 181.29 128.31 -
System Red Green Blue C M Y K H S L
Decimal 55 36 149 0.63 0.76 0 0.42 250.09 0.61 0.36
Hex 37 24 95 3F 4C 0 2A FA 3D 24
Octal 67 44 225 77 114 0 52 372 75 44
Binary 110111 100100 10010101 111111 1001100 0 101010 11111010 111101 100100

Color Harmonies of #372495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372495

Black with #372495

Text Example


Text Example

White with #372495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372495; }

 p { color: rgb(55,36,149); }

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

background-color css

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

 a { background-color: rgb(55,36,149); }

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

border-color css

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

 span { border-color: rgb(55,36,149); }

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