#342D99

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

Shades of Dark Slate Blue #342D99

Tints of Dark Slate Blue #342D99

Color information

#342D99 (or 0x342D99) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 2D and 99. RGB value is (52,45,153). Sum of RGB (Red+Green+Blue) = 52+45+153=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #342D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342D99 is #CBD266. Grayscale: #3A3A3A. Windows color (decimal): -13357671 or 10038580. OLE color: 10038580.

HSL color Cylindrical-coordinate representation of color #342D99: hue angle of 243.89º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #342D99 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5245153-
CMYK0.660.7100.4
HSL243.89º54.55%38.82%-
HSV(B)243.89º70.59%60%-
XYZ8.14.9130.66-
YUV59.4180.82122.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 45 (17.97% from 255) = 18%
BLUE value IS 153 (60.16% from 255) = 61.2%
R=20.8%
G=18%
B=61.2%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52451530.660.7100.4243.8954.5538.82
Hex342D994247028f43727
Octal64552311021070503646747
Binary1101001011011001100110000101000111010100011110100110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,45,153); }

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

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

 a { background-color: rgb(52,45,153); }

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

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

 span { border-color: rgb(52,45,153); }

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