#37288B

Color #37288B Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #37288B

Tints of Dark Slate Blue #37288B

Color information

#37288B (or 0x37288B) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 28 and 8B. RGB value is (55,40,139). Sum of RGB (Red+Green+Blue) = 55+40+139=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #37288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37288B is #C8D774. Grayscale: #373737. Windows color (decimal): -13162357 or 9119799. OLE color: 9119799.

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

Color convert

RGB5540139-
CMYK0.600.7100.45
HSL249.09º55.31%35.1%-
HSV(B)249.09º71.22%54.51%-
XYZ6.994.1924.87-
YUV55.77174.97127.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 40 (16.02% from 255) = 17.09%
BLUE value IS 139 (54.69% from 255) = 59.40%
R=23.50%
G=17.09%
B=59.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55401390.600.7100.45249.0955.3135.1
Hex37288B3C4702Df93723
Octal6750213741070553716743
Binary110111101000100010111111001000111010110111111001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37288B;
 }
 .AnyTagClassName
 {
   color: #37288B;
 }
</style>
background-color css

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

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

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

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

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

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