#342AA1

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

Shades of Dark Slate Blue #342AA1

Tints of Dark Slate Blue #342AA1

Color information

#342AA1 (or 0x342AA1) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 2A and A1. RGB value is (52,42,161). Sum of RGB (Red+Green+Blue) = 52+42+161=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 161 (63.28% from 255 or 63.14% from 255); Max value from RGB is 161 - color contains mainly: blue. Hex color #342AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342AA1 is #CBD55E. Grayscale: #3A3A3A. Windows color (decimal): -13358431 or 10562100. OLE color: 10562100.

HSL color Cylindrical-coordinate representation of color #342AA1: hue angle of 245.04º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #342AA1 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5242161-
CMYK0.680.7400.37
HSL245.04º58.62%39.8%-
HSV(B)245.04º73.91%63.14%-
XYZ8.684.9634.22-
YUV58.56185.81123.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.39%
GREEN value IS 42 (16.80% from 255) = 16.47%
BLUE value IS 161 (63.28% from 255) = 63.14%
R=20.39%
G=16.47%
B=63.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal52421610.680.7400.37245.0458.6239.8
Hex342AA1444A025f53b28
Octal64522411041120453657350
Binary1101001010101010000110001001001010010010111110101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,42,161); }

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

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

 a { background-color: rgb(52,42,161); }

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

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

 span { border-color: rgb(52,42,161); }

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