#343395

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

Shades of Dark Slate Blue #343395

Tints of Dark Slate Blue #343395

Color information

#343395 (or 0x343395) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 33 and 95. RGB value is (52,51,149). Sum of RGB (Red+Green+Blue) = 52+51+149=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #343395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343395 is #CBCC6A. Grayscale: #3E3E3E. Windows color (decimal): -13356139 or 9777972. OLE color: 9777972.

HSL color Cylindrical-coordinate representation of color #343395: hue angle of 240.61º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #343395 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5251149-
CMYK0.650.6600.42
HSL240.61º49%39.22%-
HSV(B)240.61º65.77%58.43%-
XYZ8.025.2729.03-
YUV62.47176.83120.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 149 (58.59% from 255) = 59.13%
R=20.63%
G=20.24%
B=59.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52511490.650.6600.42240.614939.22
Hex343395414202Af13127
Octal64632251011020523616147
Binary1101001100111001010110000011000010010101011110001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343395; }

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

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

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

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

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

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

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

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