#343496

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

Shades of Dark Slate Blue #343496

Tints of Dark Slate Blue #343496

Color information

#343496 (or 0x343496) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 34 and 96. RGB value is (52,52,150). Sum of RGB (Red+Green+Blue) = 52+52+150=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #343496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343496 is #CBCB69. Grayscale: #3E3E3E. Windows color (decimal): -13355882 or 9843764. OLE color: 9843764.

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

Color convert

RGB5252150-
CMYK0.650.6500.41
HSL240º48.51%39.61%-
HSV(B)240º65.33%58.82%-
XYZ8.155.3929.46-
YUV63.17177120.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.47%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 150 (58.98% from 255) = 59.06%
R=20.47%
G=20.47%
B=59.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52521500.650.6500.4124048.5139.61
Hex3434964141029f03128
Octal64642261011010513606150
Binary1101001101001001011010000011000001010100111110000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343496; }

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

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

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

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

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

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

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

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