#37349D

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

Shades of Dark Slate Blue #37349D

Tints of Dark Slate Blue #37349D

Color information

#37349D (or 0x37349D) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 34 and 9D. RGB value is (55,52,157). Sum of RGB (Red+Green+Blue) = 55+52+157=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #37349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37349D is #C8CB62. Grayscale: #404040. Windows color (decimal): -13159267 or 10302519. OLE color: 10302519.

HSL color Cylindrical-coordinate representation of color #37349D: hue angle of 241.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37349D is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5552157-
CMYK0.650.6700.38
HSL241.71º50.24%40.98%-
HSV(B)241.71º66.88%61.57%-
XYZ8.895.732.53-
YUV64.87179.99120.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.83%
GREEN value IS 52 (20.70% from 255) = 19.70%
BLUE value IS 157 (61.72% from 255) = 59.47%
R=20.83%
G=19.70%
B=59.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55521570.650.6700.38241.7150.2440.98
Hex37349D4143026f23229
Octal67642351011030463626251
Binary1101111101001001110110000011000011010011011110010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,52,157); }

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

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

 a { background-color: rgb(55,52,157); }

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

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

 span { border-color: rgb(55,52,157); }

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