#34259A

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

Shades of Dark Slate Blue #34259A

Tints of Dark Slate Blue #34259A

Color information

#34259A (or 0x34259A) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 25 and 9A. RGB value is (52,37,154). Sum of RGB (Red+Green+Blue) = 52+37+154=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #34259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34259A is #CBDA65. Grayscale: #363636. Windows color (decimal): -13359718 or 10102068. OLE color: 10102068.

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

Color convert

RGB5237154-
CMYK0.660.7600.40
HSL247.69º61.26%37.45%-
HSV(B)247.69º75.97%60.39%-
XYZ7.914.3931-
YUV54.82183.97125.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 37 (14.84% from 255) = 15.23%
BLUE value IS 154 (60.55% from 255) = 63.37%
R=21.40%
G=15.23%
B=63.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52371540.660.7600.40247.6961.2637.45
Hex34259A424C028f83d25
Octal64452321021140503707545
Binary1101001001011001101010000101001100010100011111000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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