#3430A5

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

Shades of Dark Slate Blue #3430A5

Tints of Dark Slate Blue #3430A5

Color information

#3430A5 (or 0x3430A5) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 30 and A5. RGB value is (52,48,165). Sum of RGB (Red+Green+Blue) = 52+48+165=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 165 (64.84% from 255 or 62.26% from 265); Max value from RGB is 165 - color contains mainly: blue. Hex color #3430A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3430A5 is #CBCF5A. Grayscale: #3E3E3E. Windows color (decimal): -13356891 or 10825780. OLE color: 10825780.

HSL color Cylindrical-coordinate representation of color #3430A5: hue angle of 242.05º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3430A5 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5248165-
CMYK0.680.7100.35
HSL242.05º54.93%41.76%-
HSV(B)242.05º70.91%64.71%-
XYZ9.265.5636.18-
YUV62.53185.83120.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 165 (64.84% from 255) = 62.26%
R=19.62%
G=18.11%
B=62.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52481650.680.7100.35242.0554.9341.76
Hex3430A54447023f2372a
Octal64602451041070433626752
Binary1101001100001010010110001001000111010001111110010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3430A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3430A5; }

 p { color: rgb(52,48,165); }

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

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

 a { background-color: rgb(52,48,165); }

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

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

 span { border-color: rgb(52,48,165); }

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