#37339C

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

Shades of Dark Slate Blue #37339C

Tints of Dark Slate Blue #37339C

Color information

#37339C (or 0x37339C) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 33 and 9C. RGB value is (55,51,156). Sum of RGB (Red+Green+Blue) = 55+51+156=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #37339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37339C is #C8CC63. Grayscale: #3F3F3F. Windows color (decimal): -13159524 or 10236727. OLE color: 10236727.

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

Color convert

RGB5551156-
CMYK0.650.6700.39
HSL242.29º50.72%40.59%-
HSV(B)242.29º67.31%61.18%-
XYZ8.765.5832.07-
YUV64.17179.83121.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.99%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 156 (61.33% from 255) = 59.54%
R=20.99%
G=19.47%
B=59.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55511560.650.6700.39242.2950.7240.59
Hex37339C4143027f23329
Octal67632341011030473626351
Binary1101111100111001110010000011000011010011111110010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37339C; }

 p { color: rgb(55,51,156); }

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

<style>
 a { background-color: #37339C; }

 a { background-color: rgb(55,51,156); }

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

<style>
 span { border-color: #37339C; }

 span { border-color: rgb(55,51,156); }

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