#342594

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

Shades of Dark Slate Blue #342594

Tints of Dark Slate Blue #342594

Color information

#342594 (or 0x342594) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 25 and 94. RGB value is (52,37,148). Sum of RGB (Red+Green+Blue) = 52+37+148=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #342594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342594 is #CBDA6B. Grayscale: #353535. Windows color (decimal): -13359724 or 9708852. OLE color: 9708852.

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

Color convert

RGB5237148-
CMYK0.650.7500.42
HSL248.11º60%36.27%-
HSV(B)248.11º75%58.04%-
XYZ7.424.1928.43-
YUV54.14180.97126.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 37 (14.84% from 255) = 15.61%
BLUE value IS 148 (58.20% from 255) = 62.45%
R=21.94%
G=15.61%
B=62.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52371480.650.7500.42248.116036.27
Hex342594414B02Af83c24
Octal64452241011130523707444
Binary1101001001011001010010000011001011010101011111000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342594; }

 p { color: rgb(52,37,148); }

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

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

 a { background-color: rgb(52,37,148); }

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

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

 span { border-color: rgb(52,37,148); }

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