#343399

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

Shades of Dark Slate Blue #343399

Tints of Dark Slate Blue #343399

Color information

#343399 (or 0x343399) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 33 and 99. RGB value is (52,51,153). Sum of RGB (Red+Green+Blue) = 52+51+153=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #343399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343399 is #CBCC66. Grayscale: #3E3E3E. Windows color (decimal): -13356135 or 10040116. OLE color: 10040116.

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

Color convert

RGB5251153-
CMYK0.660.6700.4
HSL240.59º50%40%-
HSV(B)240.59º66.67%60%-
XYZ8.355.430.74-
YUV62.93178.83120.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.31%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 153 (60.16% from 255) = 59.77%
R=20.31%
G=19.92%
B=59.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52511530.660.6700.4240.595040
Hex3433994243028f13228
Octal64632311021030503616250
Binary1101001100111001100110000101000011010100011110001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343399; }

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

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

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

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

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

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

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

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