#342BA4

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

Shades of Dark Slate Blue #342BA4

Tints of Dark Slate Blue #342BA4

Color information

#342BA4 (or 0x342BA4) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 2B and A4. RGB value is (52,43,164). Sum of RGB (Red+Green+Blue) = 52+43+164=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 164 (64.45% from 255 or 63.32% from 259); Max value from RGB is 164 - color contains mainly: blue. Hex color #342BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342BA4 is #CBD45B. Grayscale: #3B3B3B. Windows color (decimal): -13358172 or 10758964. OLE color: 10758964.

HSL color Cylindrical-coordinate representation of color #342BA4: hue angle of 244.46º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #342BA4 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5243164-
CMYK0.680.7400.36
HSL244.46º58.45%40.59%-
HSV(B)244.46º73.78%64.31%-
XYZ8.985.1435.64-
YUV59.48186.98122.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.08%
GREEN value IS 43 (17.19% from 255) = 16.60%
BLUE value IS 164 (64.45% from 255) = 63.32%
R=20.08%
G=16.60%
B=63.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52431640.680.7400.36244.4658.4540.59
Hex342BA4444A024f43a29
Octal64532441041120443647251
Binary1101001010111010010010001001001010010010011110100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342BA4; }

 p { color: rgb(52,43,164); }

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

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

 a { background-color: rgb(52,43,164); }

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

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

 span { border-color: rgb(52,43,164); }

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