#34359F

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

Shades of Dark Slate Blue #34359F

Tints of Dark Slate Blue #34359F

Color information

#34359F (or 0x34359F) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 35 and 9F. RGB value is (52,53,159). Sum of RGB (Red+Green+Blue) = 52+53+159=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #34359F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34359F is #CBCA60. Grayscale: #404040. Windows color (decimal): -13355617 or 10433844. OLE color: 10433844.

HSL color Cylindrical-coordinate representation of color #34359F: hue angle of 239.44º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34359F is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5253159-
CMYK0.670.6700.38
HSL239.44º50.71%41.37%-
HSV(B)239.44º67.3%62.35%-
XYZ8.955.7833.44-
YUV64.78181.17118.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.70%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 159 (62.5% from 255) = 60.23%
R=19.70%
G=20.08%
B=60.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52531590.670.6700.38239.4450.7141.37
Hex34359F4343026ef3329
Octal64652371031030463576351
Binary1101001101011001111110000111000011010011011101111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34359F; }

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

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

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

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

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

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

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

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