#342a9a

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

Shades of Dark Slate Blue #342A9A

Tints of Dark Slate Blue #342A9A

Color information

#342A9A (or 0x342A9A) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 2A and 9A. RGB value is (52,42,154). Sum of RGB (Red+Green+Blue) = 52+42+154=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #342A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342A9A is #CBD565. Grayscale: #393939. Windows color (decimal): -13358438 or 10103348. OLE color: 10103348.

HSL color Cylindrical-coordinate representation of color #342A9A: hue angle of 245.36º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #342A9A is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5242154-
CMYK0.660.7300.40
HSL245.36º57.14%38.43%-
HSV(B)245.36º72.73%60.39%-
XYZ8.084.7231.06-
YUV57.76182.31123.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 42 (16.80% from 255) = 16.94%
BLUE value IS 154 (60.55% from 255) = 62.10%
R=20.97%
G=16.94%
B=62.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52421540.660.7300.40245.3657.1438.43
Hex342A9A4249028f53926
Octal64522321021110503657146
Binary1101001010101001101010000101001001010100011110101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342a9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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