#34319F

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

Shades of Dark Slate Blue #34319F

Tints of Dark Slate Blue #34319F

Color information

#34319F (or 0x34319F) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 31 and 9F. RGB value is (52,49,159). Sum of RGB (Red+Green+Blue) = 52+49+159=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #34319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34319F is #CBCE60. Grayscale: #3E3E3E. Windows color (decimal): -13356641 or 10432820. OLE color: 10432820.

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

Color convert

RGB5249159-
CMYK0.670.6900.38
HSL241.64º52.88%40.78%-
HSV(B)241.64º69.18%62.35%-
XYZ8.775.4333.39-
YUV62.44182.49120.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20%
GREEN value IS 49 (19.53% from 255) = 18.85%
BLUE value IS 159 (62.5% from 255) = 61.15%
R=20%
G=18.85%
B=61.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52491590.670.6900.38241.6452.8840.78
Hex34319F4345026f23529
Octal64612371031050463626551
Binary1101001100011001111110000111000101010011011110010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34319F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,49,159); }

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

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

 a { background-color: rgb(52,49,159); }

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

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

 span { border-color: rgb(52,49,159); }

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