#342398

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

Shades of Dark Slate Blue #342398

Tints of Dark Slate Blue #342398

Color information

#342398 (or 0x342398) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 23 and 98. RGB value is (52,35,152). Sum of RGB (Red+Green+Blue) = 52+35+152=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #342398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342398 is #CBDC67. Grayscale: #343434. Windows color (decimal): -13360232 or 9970484. OLE color: 9970484.

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

Color convert

RGB5235152-
CMYK0.660.7700.40
HSL248.72º62.57%36.67%-
HSV(B)248.72º76.97%59.61%-
XYZ7.684.230.11-
YUV53.42183.63126.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 35 (14.06% from 255) = 14.64%
BLUE value IS 152 (59.77% from 255) = 63.60%
R=21.76%
G=14.64%
B=63.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52351520.660.7700.40248.7262.5736.67
Hex342398424D028f93f25
Octal64432301021150503717745
Binary1101001000111001100010000101001101010100011111001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342398; }

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

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

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

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

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

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

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

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