#343294

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

Shades of Dark Slate Blue #343294

Tints of Dark Slate Blue #343294

Color information

#343294 (or 0x343294) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 32 and 94. RGB value is (52,50,148). Sum of RGB (Red+Green+Blue) = 52+50+148=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #343294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343294 is #CBCD6B. Grayscale: #3D3D3D. Windows color (decimal): -13356396 or 9712180. OLE color: 9712180.

HSL color Cylindrical-coordinate representation of color #343294: hue angle of 241.22º 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 #343294 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5250148-
CMYK0.650.6600.42
HSL241.22º49.49%38.82%-
HSV(B)241.22º66.22%58.04%-
XYZ7.95.1528.59-
YUV61.77176.66121.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 50 (19.92% from 255) = 20%
BLUE value IS 148 (58.20% from 255) = 59.2%
R=20.8%
G=20%
B=59.2%

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
Decimal52501480.650.6600.42241.2249.4938.82
Hex343294414202Af13127
Octal64622241011020523616147
Binary1101001100101001010010000011000010010101011110001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343294; }

 p { color: rgb(52,50,148); }

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

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

 a { background-color: rgb(52,50,148); }

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

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

 span { border-color: rgb(52,50,148); }

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