#342897

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

Shades of Dark Slate Blue #342897

Tints of Dark Slate Blue #342897

Color information

#342897 (or 0x342897) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 28 and 97. RGB value is (52,40,151). Sum of RGB (Red+Green+Blue) = 52+40+151=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 151 (59.38% from 255 or 62.14% from 243); Max value from RGB is 151 - color contains mainly: blue. Hex color #342897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342897 is #CBD768. Grayscale: #373737. Windows color (decimal): -13358953 or 9906228. OLE color: 9906228.

HSL color Cylindrical-coordinate representation of color #342897: hue angle of 246.49º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #342897 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5240151-
CMYK0.660.7400.41
HSL246.49º58.12%37.45%-
HSV(B)246.49º73.51%59.22%-
XYZ7.764.4829.73-
YUV56.24181.48124.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 40 (16.02% from 255) = 16.46%
BLUE value IS 151 (59.38% from 255) = 62.14%
R=21.40%
G=16.46%
B=62.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52401510.660.7400.41246.4958.1237.45
Hex342897424A029f63a25
Octal64502271021120513667245
Binary1101001010001001011110000101001010010100111110110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342897; }

 p { color: rgb(52,40,151); }

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

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

 a { background-color: rgb(52,40,151); }

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

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

 span { border-color: rgb(52,40,151); }

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