#342A9F

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

Shades of Dark Slate Blue #342A9F

Tints of Dark Slate Blue #342A9F

Color information

#342A9F (or 0x342A9F) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 2A and 9F. RGB value is (52,42,159). Sum of RGB (Red+Green+Blue) = 52+42+159=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #342A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342A9F is #CBD560. Grayscale: #393939. Windows color (decimal): -13358433 or 10431028. OLE color: 10431028.

HSL color Cylindrical-coordinate representation of color #342A9F: hue angle of 245.13º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #342A9F is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5242159-
CMYK0.670.7400.38
HSL245.13º58.21%39.41%-
HSV(B)245.13º73.58%62.35%-
XYZ8.54.8933.3-
YUV58.33184.81123.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.55%
GREEN value IS 42 (16.80% from 255) = 16.60%
BLUE value IS 159 (62.5% from 255) = 62.85%
R=20.55%
G=16.60%
B=62.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52421590.670.7400.38245.1358.2139.41
Hex342A9F434A026f53a27
Octal64522371031120463657247
Binary1101001010101001111110000111001010010011011110101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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