#343697

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

Shades of Dark Slate Blue #343697

Tints of Dark Slate Blue #343697

Color information

#343697 (or 0x343697) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 36 and 97. RGB value is (52,54,151). Sum of RGB (Red+Green+Blue) = 52+54+151=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #343697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343697 is #CBC968. Grayscale: #404040. Windows color (decimal): -13355369 or 9909812. OLE color: 9909812.

HSL color Cylindrical-coordinate representation of color #343697: hue angle of 238.79º degrees, saturation: 0.49, 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 #343697 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5254151-
CMYK0.660.6400.41
HSL238.79º48.77%39.8%-
HSV(B)238.79º65.56%59.22%-
XYZ8.325.629.92-
YUV64.46176.84119.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 151 (59.38% from 255) = 58.75%
R=20.23%
G=21.01%
B=58.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52541510.660.6400.41238.7948.7739.8
Hex3436974240029ef3128
Octal64662271021000513576150
Binary1101001101101001011110000101000000010100111101111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343697; }

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

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

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

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

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

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

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

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