#34339C

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

Shades of Dark Slate Blue #34339C

Tints of Dark Slate Blue #34339C

Color information

#34339C (or 0x34339C) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 33 and 9C. RGB value is (52,51,156). Sum of RGB (Red+Green+Blue) = 52+51+156=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #34339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34339C is #CBCC63. Grayscale: #3E3E3E. Windows color (decimal): -13356132 or 10236724. OLE color: 10236724.

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

Color convert

RGB5251156-
CMYK0.670.6700.39
HSL240.57º50.72%40.59%-
HSV(B)240.57º67.31%61.18%-
XYZ8.65.532.06-
YUV63.27180.33119.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.08%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 156 (61.33% from 255) = 60.23%
R=20.08%
G=19.69%
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.39
SystemRedGreenBlueCMYKHSL
Decimal52511560.670.6700.39240.5750.7240.59
Hex34339C4343027f13329
Octal64632341031030473616351
Binary1101001100111001110010000111000011010011111110001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34339C; }

 p { color: rgb(52,51,156); }

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

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

 a { background-color: rgb(52,51,156); }

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

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

 span { border-color: rgb(52,51,156); }

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