Html Css Color HEX #37288D Dark Slate Blue

📋 copy color: '#37288D'

red 55 ◦ green 40 ◦ blue 141

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

Shades of Dark Slate Blue #37288D

Tints of Dark Slate Blue #37288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.95%

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

R = 23.31%
G = 16.95%
B = 59.75%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37288D (or 0x37288D) is known color: Dark Slate Blue. HEX triplet: 37, 28 and 8D. RGB value is (55,40,141). Sum of RGB (Red+Green+Blue) = 55+40+141=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #37288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37288D is #C8D772. Grayscale: #373737. Windows color (decimal): -13162355 or 9250871. OLE color: 9250871.

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

Color convert

RGB 55 40 141 -
CMYK 0.61 0.72 0 0.45
HSL 248.91º 0.56% 0.35% -
HSV(B) 248.91º 0.72% 0.55% -
XYZ 7.14 4.25 25.64 -
YUV 56 175.97 127.29 -
System Red Green Blue C M Y K H S L
Decimal 55 40 141 0.61 0.72 0 0.45 248.91 0.56 0.35
Hex 37 28 8D 3D 48 0 2D F9 38 23
Octal 67 50 215 75 110 0 55 371 70 43
Binary 110111 101000 10001101 111101 1001000 0 101101 11111001 111000 100011

Color Harmonies of #37288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37288D

Black with #37288D

Text Example


Text Example

White with #37288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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