#34309F

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

Shades of Dark Slate Blue #34309F

Tints of Dark Slate Blue #34309F

Color information

#34309F (or 0x34309F) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 30 and 9F. RGB value is (52,48,159). Sum of RGB (Red+Green+Blue) = 52+48+159=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #34309F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34309F is #CBCF60. Grayscale: #3D3D3D. Windows color (decimal): -13356897 or 10432564. OLE color: 10432564.

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

Color convert

RGB5248159-
CMYK0.670.7000.38
HSL242.16º53.62%40.59%-
HSV(B)242.16º69.81%62.35%-
XYZ8.735.3533.37-
YUV61.85182.83120.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.08%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 159 (62.5% from 255) = 61.39%
R=20.08%
G=18.53%
B=61.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52481590.670.7000.38242.1653.6240.59
Hex34309F4346026f23629
Octal64602371031060463626651
Binary1101001100001001111110000111000110010011011110010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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