#342798

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

Shades of Dark Slate Blue #342798

Tints of Dark Slate Blue #342798

Color information

#342798 (or 0x342798) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 27 and 98. RGB value is (52,39,152). Sum of RGB (Red+Green+Blue) = 52+39+152=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #342798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342798 is #CBD867. Grayscale: #373737. Windows color (decimal): -13359208 or 9971508. OLE color: 9971508.

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

Color convert

RGB5239152-
CMYK0.660.7400.40
HSL246.9º59.16%37.45%-
HSV(B)246.9º74.34%59.61%-
XYZ7.814.4530.15-
YUV55.77182.31125.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 39 (15.62% from 255) = 16.05%
BLUE value IS 152 (59.77% from 255) = 62.55%
R=21.40%
G=16.05%
B=62.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52391520.660.7400.40246.959.1637.45
Hex342798424A028f73b25
Octal64472301021120503677345
Binary1101001001111001100010000101001010010100011110111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342798; }

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

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

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

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

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

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

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

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