#343596

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

Shades of Dark Slate Blue #343596

Tints of Dark Slate Blue #343596

Color information

#343596 (or 0x343596) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 35 and 96. RGB value is (52,53,150). Sum of RGB (Red+Green+Blue) = 52+53+150=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #343596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343596 is #CBCA69. Grayscale: #3F3F3F. Windows color (decimal): -13355626 or 9844020. OLE color: 9844020.

HSL color Cylindrical-coordinate representation of color #343596: hue angle of 239.39º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343596 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5253150-
CMYK0.650.6500.41
HSL239.39º48.51%39.61%-
HSV(B)239.39º65.33%58.82%-
XYZ8.195.4829.48-
YUV63.76176.67119.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.39%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 150 (58.98% from 255) = 58.82%
R=20.39%
G=20.78%
B=58.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52531500.650.6500.41239.3948.5139.61
Hex3435964141029ef3128
Octal64652261011010513576150
Binary1101001101011001011010000011000001010100111101111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343596; }

 p { color: rgb(52,53,150); }

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

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

 a { background-color: rgb(52,53,150); }

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

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

 span { border-color: rgb(52,53,150); }

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