#342396

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

Shades of Dark Slate Blue #342396

Tints of Dark Slate Blue #342396

Color information

#342396 (or 0x342396) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 23 and 96. RGB value is (52,35,150). Sum of RGB (Red+Green+Blue) = 52+35+150=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #342396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342396 is #CBDC69. Grayscale: #343434. Windows color (decimal): -13360234 or 9839412. OLE color: 9839412.

HSL color Cylindrical-coordinate representation of color #342396: hue angle of 248.87º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342396 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5235150-
CMYK0.650.7700.41
HSL248.87º62.16%36.27%-
HSV(B)248.87º76.67%58.82%-
XYZ7.524.1329.26-
YUV53.19182.63127.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 35 (14.06% from 255) = 14.77%
BLUE value IS 150 (58.98% from 255) = 63.29%
R=21.94%
G=14.77%
B=63.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52351500.650.7700.41248.8762.1636.27
Hex342396414D029f93e24
Octal64432261011150513717644
Binary1101001000111001011010000011001101010100111111001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342396; }

 p { color: rgb(52,35,150); }

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

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

 a { background-color: rgb(52,35,150); }

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

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

 span { border-color: rgb(52,35,150); }

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