#342789

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

Shades of Dark Slate Blue #342789

Tints of Dark Slate Blue #342789

Color information

#342789 (or 0x342789) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 27 and 89. RGB value is (52,39,137). Sum of RGB (Red+Green+Blue) = 52+39+137=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #342789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342789 is #CBD876. Grayscale: #353535. Windows color (decimal): -13359223 or 8988468. OLE color: 8988468.

HSL color Cylindrical-coordinate representation of color #342789: hue angle of 247.96º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #342789 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5239137-
CMYK0.620.7200.46
HSL247.96º55.68%34.51%-
HSV(B)247.96º71.53%53.73%-
XYZ6.663.9924.09-
YUV54.06174.81126.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 39 (15.62% from 255) = 17.11%
BLUE value IS 137 (53.91% from 255) = 60.09%
R=22.81%
G=17.11%
B=60.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52391370.620.7200.46247.9655.6834.51
Hex3427893E4802Ef83823
Octal6447211761100563707043
Binary110100100111100010011111101001000010111011111000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342789; }

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

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

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

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

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

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

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

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