#343899

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

Shades of Dark Slate Blue #343899

Tints of Dark Slate Blue #343899

Color information

#343899 (or 0x343899) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 38 and 99. RGB value is (52,56,153). Sum of RGB (Red+Green+Blue) = 52+56+153=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #343899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343899 is #CBC766. Grayscale: #414141. Windows color (decimal): -13354855 or 10041396. OLE color: 10041396.

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

Color convert

RGB5256153-
CMYK0.660.6300.4
HSL237.62º49.27%40.2%-
HSV(B)237.62º66.01%60%-
XYZ8.585.8630.82-
YUV65.86177.17118.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.92%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 153 (60.16% from 255) = 58.62%
R=19.92%
G=21.46%
B=58.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52561530.660.6300.4237.6249.2740.2
Hex343899423F028ee3128
Octal6470231102770503566150
Binary110100111000100110011000010111111010100011101110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343899; }

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

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

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

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

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

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

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

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