#342991

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

Shades of Dark Slate Blue #342991

Tints of Dark Slate Blue #342991

Color information

#342991 (or 0x342991) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 29 and 91. RGB value is (52,41,145). Sum of RGB (Red+Green+Blue) = 52+41+145=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #342991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342991 is #CBD66E. Grayscale: #373737. Windows color (decimal): -13358703 or 9513268. OLE color: 9513268.

HSL color Cylindrical-coordinate representation of color #342991: hue angle of 246.35º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #342991 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5241145-
CMYK0.640.7200.43
HSL246.35º55.91%36.47%-
HSV(B)246.35º71.72%56.86%-
XYZ7.324.3627.24-
YUV56.14178.14125.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 41 (16.41% from 255) = 17.23%
BLUE value IS 145 (57.03% from 255) = 60.92%
R=21.85%
G=17.23%
B=60.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52411450.640.7200.43246.3555.9136.47
Hex342991404802Bf63824
Octal64512211001100533667044
Binary1101001010011001000110000001001000010101111110110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342991; }

 p { color: rgb(52,41,145); }

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

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

 a { background-color: rgb(52,41,145); }

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

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

 span { border-color: rgb(52,41,145); }

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