#342596

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

Shades of Dark Slate Blue #342596

Tints of Dark Slate Blue #342596

Color information

#342596 (or 0x342596) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 25 and 96. RGB value is (52,37,150). Sum of RGB (Red+Green+Blue) = 52+37+150=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #342596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342596 is #CBDA69. Grayscale: #353535. Windows color (decimal): -13359722 or 9839924. OLE color: 9839924.

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

Color convert

RGB5237150-
CMYK0.650.7500.41
HSL247.96º60.43%36.67%-
HSV(B)247.96º75.33%58.82%-
XYZ7.584.2629.28-
YUV54.37181.97126.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 150 (58.98% from 255) = 62.76%
R=21.76%
G=15.48%
B=62.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52371500.650.7500.41247.9660.4336.67
Hex342596414B029f83c25
Octal64452261011130513707445
Binary1101001001011001011010000011001011010100111111000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342596; }

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

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

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

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

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

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

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

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