#37359B

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

Shades of Dark Slate Blue #37359B

Tints of Dark Slate Blue #37359B

Color information

#37359B (or 0x37359B) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 35 and 9B. RGB value is (55,53,155). Sum of RGB (Red+Green+Blue) = 55+53+155=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #37359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37359B is #C8CA64. Grayscale: #404040. Windows color (decimal): -13159013 or 10171703. OLE color: 10171703.

HSL color Cylindrical-coordinate representation of color #37359B: hue angle of 241.18º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37359B is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5553155-
CMYK0.650.6600.39
HSL241.18º49.04%40.78%-
HSV(B)241.18º65.81%60.78%-
XYZ8.775.7231.65-
YUV65.23178.66120.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 53 (21.09% from 255) = 20.15%
BLUE value IS 155 (60.94% from 255) = 58.94%
R=20.91%
G=20.15%
B=58.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55531550.650.6600.39241.1849.0440.78
Hex37359B4142027f13129
Octal67652331011020473616151
Binary1101111101011001101110000011000010010011111110001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,53,155); }

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

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

 a { background-color: rgb(55,53,155); }

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

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

 span { border-color: rgb(55,53,155); }

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