#342E91

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

Shades of Dark Slate Blue #342E91

Tints of Dark Slate Blue #342E91

Color information

#342E91 (or 0x342E91) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 2E and 91. RGB value is (52,46,145). Sum of RGB (Red+Green+Blue) = 52+46+145=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #342E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342E91 is #CBD16E. Grayscale: #3A3A3A. Windows color (decimal): -13357423 or 9514548. OLE color: 9514548.

HSL color Cylindrical-coordinate representation of color #342E91: hue angle of 243.64º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #342E91 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5246145-
CMYK0.640.6800.43
HSL243.64º51.83%37.45%-
HSV(B)243.64º68.28%56.86%-
XYZ7.54.7327.31-
YUV59.08176.49122.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 145 (57.03% from 255) = 59.67%
R=21.40%
G=18.93%
B=59.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52461450.640.6800.43243.6451.8337.45
Hex342E91404402Bf43425
Octal64562211001040533646445
Binary1101001011101001000110000001000100010101111110100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342E91; }

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

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

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

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

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

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

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

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