#37339F

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

Shades of Dark Slate Blue #37339F

Tints of Dark Slate Blue #37339F

Color information

#37339F (or 0x37339F) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 33 and 9F. RGB value is (55,51,159). Sum of RGB (Red+Green+Blue) = 55+51+159=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #37339F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37339F is #C8CC60. Grayscale: #404040. Windows color (decimal): -13159521 or 10433335. OLE color: 10433335.

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

Color convert

RGB5551159-
CMYK0.650.6800.38
HSL242.22º51.43%41.18%-
HSV(B)242.22º67.92%62.35%-
XYZ9.025.6833.42-
YUV64.51181.33121.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.75%
GREEN value IS 51 (20.31% from 255) = 19.25%
BLUE value IS 159 (62.5% from 255) = 60%
R=20.75%
G=19.25%
B=60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55511590.650.6800.38242.2251.4341.18
Hex37339F4144026f23329
Octal67632371011040463626351
Binary1101111100111001111110000011000100010011011110010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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