Html Css Color HEX #37298D Dark Slate Blue

📋 copy color: '#37298D'

red 55 ◦ green 41 ◦ blue 141

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

Shades of Dark Slate Blue #37298D

Tints of Dark Slate Blue #37298D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59.49%

R = 23.21%
G = 17.3%
B = 59.49%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37298D (or 0x37298D) is known color: Dark Slate Blue. HEX triplet: 37, 29 and 8D. RGB value is (55,41,141). Sum of RGB (Red+Green+Blue) = 55+41+141=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #37298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37298D is #C8D672. Grayscale: #383838. Windows color (decimal): -13162099 or 9251127. OLE color: 9251127.

HSL color Cylindrical-coordinate representation of color #37298D: hue angle of 248.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37298D is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 41 141 -
CMYK 0.61 0.71 0 0.45
HSL 248.4º 0.55% 0.36% -
HSV(B) 248.4º 0.71% 0.55% -
XYZ 7.18 4.32 25.66 -
YUV 56.59 175.64 126.87 -
System Red Green Blue C M Y K H S L
Decimal 55 41 141 0.61 0.71 0 0.45 248.4 0.55 0.36
Hex 37 29 8D 3D 47 0 2D F8 37 24
Octal 67 51 215 75 107 0 55 370 67 44
Binary 110111 101001 10001101 111101 1000111 0 101101 11111000 110111 100100

Color Harmonies of #37298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37298D

Black with #37298D

Text Example


Text Example

White with #37298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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