#34339A

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

Shades of Dark Slate Blue #34339A

Tints of Dark Slate Blue #34339A

Color information

#34339A (or 0x34339A) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 33 and 9A. RGB value is (52,51,154). Sum of RGB (Red+Green+Blue) = 52+51+154=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 154 (60.55% from 255 or 59.92% from 257); Max value from RGB is 154 - color contains mainly: blue. Hex color #34339A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34339A is #CBCC65. Grayscale: #3E3E3E. Windows color (decimal): -13356134 or 10105652. OLE color: 10105652.

HSL color Cylindrical-coordinate representation of color #34339A: hue angle of 240.58º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34339A is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5251154-
CMYK0.660.6700.40
HSL240.58º50.24%40.2%-
HSV(B)240.58º66.88%60.39%-
XYZ8.435.4331.18-
YUV63.04179.33120.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 154 (60.55% from 255) = 59.92%
R=20.23%
G=19.84%
B=59.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52511540.660.6700.40240.5850.2440.2
Hex34339A4243028f13228
Octal64632321021030503616250
Binary1101001100111001101010000101000011010100011110001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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