#343397

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

Shades of Dark Slate Blue #343397

Tints of Dark Slate Blue #343397

Color information

#343397 (or 0x343397) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 33 and 97. RGB value is (52,51,151). Sum of RGB (Red+Green+Blue) = 52+51+151=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #343397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343397 is #CBCC68. Grayscale: #3E3E3E. Windows color (decimal): -13356137 or 9909044. OLE color: 9909044.

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

Color convert

RGB5251151-
CMYK0.660.6600.41
HSL240.6º49.5%39.61%-
HSV(B)240.6º66.23%59.22%-
XYZ8.195.3329.88-
YUV62.7177.83120.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.47%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 151 (59.38% from 255) = 59.45%
R=20.47%
G=20.08%
B=59.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52511510.660.6600.41240.649.539.61
Hex3433974242029f13228
Octal64632271021020513616250
Binary1101001100111001011110000101000010010100111110001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343397; }

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

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

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

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

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

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

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

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