#343392

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

Shades of Dark Slate Blue #343392

Tints of Dark Slate Blue #343392

Color information

#343392 (or 0x343392) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 33 and 92. RGB value is (52,51,146). Sum of RGB (Red+Green+Blue) = 52+51+146=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #343392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343392 is #CBCC6D. Grayscale: #3D3D3D. Windows color (decimal): -13356142 or 9581364. OLE color: 9581364.

HSL color Cylindrical-coordinate representation of color #343392: hue angle of 240.63º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343392 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5251146-
CMYK0.640.6500.43
HSL240.63º48.22%38.63%-
HSV(B)240.63º65.07%57.25%-
XYZ7.795.1727.78-
YUV62.13175.33120.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 146 (57.42% from 255) = 58.63%
R=20.88%
G=20.48%
B=58.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52511460.640.6500.43240.6348.2238.63
Hex343392404102Bf13027
Octal64632221001010533616047
Binary1101001100111001001010000001000001010101111110001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343392; }

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

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

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

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

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

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

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

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