Html Css Color HEX #37288A Dark Slate Blue

📋 copy color: '#37288A'

red 55 ◦ green 40 ◦ blue 138

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

Shades of Dark Slate Blue #37288A

Tints of Dark Slate Blue #37288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 59.23%

R = 23.61%
G = 17.17%
B = 59.23%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#37288A (or 0x37288A) is known color: Dark Slate Blue. HEX triplet: 37, 28 and 8A. RGB value is (55,40,138). Sum of RGB (Red+Green+Blue) = 55+40+138=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #37288A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37288A is #C8D775. Grayscale: #373737. Windows color (decimal): -13162358 or 9054263. OLE color: 9054263.

HSL color Cylindrical-coordinate representation of color #37288A: hue angle of 249.18º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37288A is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 40 138 -
CMYK 0.60 0.71 0 0.46
HSL 249.18º 0.55% 0.35% -
HSV(B) 249.18º 0.71% 0.54% -
XYZ 6.92 4.16 24.48 -
YUV 55.66 174.47 127.53 -
System Red Green Blue C M Y K H S L
Decimal 55 40 138 0.60 0.71 0 0.46 249.18 0.55 0.35
Hex 37 28 8A 3C 47 0 2E F9 37 23
Octal 67 50 212 74 107 0 56 371 67 43
Binary 110111 101000 10001010 111100 1000111 0 101110 11111001 110111 100011

Color Harmonies of #37288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37288A

Black with #37288A

Text Example


Text Example

White with #37288A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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