#342B9E

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

Shades of Dark Slate Blue #342B9E

Tints of Dark Slate Blue #342B9E

Color information

#342B9E (or 0x342B9E) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 2B and 9E. RGB value is (52,43,158). Sum of RGB (Red+Green+Blue) = 52+43+158=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #342B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342B9E is #CBD461. Grayscale: #3A3A3A. Windows color (decimal): -13358178 or 10365748. OLE color: 10365748.

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

Color convert

RGB5243158-
CMYK0.670.7300.38
HSL244.7º57.21%39.41%-
HSV(B)244.7º72.78%61.96%-
XYZ8.454.9332.85-
YUV58.8183.98123.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.55%
GREEN value IS 43 (17.19% from 255) = 17.00%
BLUE value IS 158 (62.11% from 255) = 62.45%
R=20.55%
G=17.00%
B=62.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52431580.670.7300.38244.757.2139.41
Hex342B9E4349026f53927
Octal64532361031110463657147
Binary1101001010111001111010000111001001010011011110101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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