#342a93

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

Shades of Dark Slate Blue #342A93

Tints of Dark Slate Blue #342A93

Color information

#342A93 (or 0x342A93) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 2A and 93. RGB value is (52,42,147). Sum of RGB (Red+Green+Blue) = 52+42+147=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #342A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342A93 is #CBD56C. Grayscale: #383838. Windows color (decimal): -13358445 or 9644596. OLE color: 9644596.

HSL color Cylindrical-coordinate representation of color #342A93: hue angle of 245.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #342A93 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5242147-
CMYK0.650.7100.42
HSL245.71º55.56%37.06%-
HSV(B)245.71º71.43%57.65%-
XYZ7.514.4928.08-
YUV56.96178.81124.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 42 (16.80% from 255) = 17.43%
BLUE value IS 147 (57.81% from 255) = 61.00%
R=21.58%
G=17.43%
B=61.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52421470.650.7100.42245.7155.5637.06
Hex342A93414702Af63825
Octal64522231011070523667045
Binary1101001010101001001110000011000111010101011110110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342a93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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