#342795

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

Shades of Dark Slate Blue #342795

Tints of Dark Slate Blue #342795

Color information

#342795 (or 0x342795) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 27 and 95. RGB value is (52,39,149). Sum of RGB (Red+Green+Blue) = 52+39+149=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #342795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342795 is #CBD86A. Grayscale: #373737. Windows color (decimal): -13359211 or 9774900. OLE color: 9774900.

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

Color convert

RGB5239149-
CMYK0.650.7400.42
HSL247.09º58.51%36.86%-
HSV(B)247.09º73.83%58.43%-
XYZ7.574.3528.87-
YUV55.43180.81125.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 39 (15.62% from 255) = 16.25%
BLUE value IS 149 (58.59% from 255) = 62.08%
R=21.67%
G=16.25%
B=62.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52391490.650.7400.42247.0958.5136.86
Hex342795414A02Af73b25
Octal64472251011120523677345
Binary1101001001111001010110000011001010010101011110111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342795; }

 p { color: rgb(52,39,149); }

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

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

 a { background-color: rgb(52,39,149); }

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

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

 span { border-color: rgb(52,39,149); }

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