#342899

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

Shades of Dark Slate Blue #342899

Tints of Dark Slate Blue #342899

Color information

#342899 (or 0x342899) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 28 and 99. RGB value is (52,40,153). Sum of RGB (Red+Green+Blue) = 52+40+153=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #342899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342899 is #CBD766. Grayscale: #383838. Windows color (decimal): -13358951 or 10037300. OLE color: 10037300.

HSL color Cylindrical-coordinate representation of color #342899: hue angle of 246.37º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #342899 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5240153-
CMYK0.660.7400.4
HSL246.37º58.55%37.84%-
HSV(B)246.37º73.86%60%-
XYZ7.924.5530.6-
YUV56.47182.48124.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 153 (60.16% from 255) = 62.45%
R=21.22%
G=16.33%
B=62.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52401530.660.7400.4246.3758.5537.84
Hex342899424A028f63b26
Octal64502311021120503667346
Binary1101001010001001100110000101001010010100011110110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342899; }

 p { color: rgb(52,40,153); }

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

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

 a { background-color: rgb(52,40,153); }

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

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

 span { border-color: rgb(52,40,153); }

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