#342F9F

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

Shades of Dark Slate Blue #342F9F

Tints of Dark Slate Blue #342F9F

Color information

#342F9F (or 0x342F9F) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 2F and 9F. RGB value is (52,47,159). Sum of RGB (Red+Green+Blue) = 52+47+159=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #342F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342F9F is #CBD060. Grayscale: #3C3C3C. Windows color (decimal): -13357153 or 10432308. OLE color: 10432308.

HSL color Cylindrical-coordinate representation of color #342F9F: hue angle of 242.68º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #342F9F is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5247159-
CMYK0.670.7000.38
HSL242.68º54.37%40.39%-
HSV(B)242.68º70.44%62.35%-
XYZ8.695.2733.36-
YUV61.26183.16121.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.16%
GREEN value IS 47 (18.75% from 255) = 18.22%
BLUE value IS 159 (62.5% from 255) = 61.63%
R=20.16%
G=18.22%
B=61.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52471590.670.7000.38242.6854.3740.39
Hex342F9F4346026f33628
Octal64572371031060463636650
Binary1101001011111001111110000111000110010011011110011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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