#34289E

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

Shades of Dark Slate Blue #34289E

Tints of Dark Slate Blue #34289E

Color information

#34289E (or 0x34289E) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 28 and 9E. RGB value is (52,40,158). Sum of RGB (Red+Green+Blue) = 52+40+158=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #34289E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34289E is #CBD761. Grayscale: #383838. Windows color (decimal): -13358946 or 10364980. OLE color: 10364980.

HSL color Cylindrical-coordinate representation of color #34289E: hue angle of 246.1º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34289E is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5240158-
CMYK0.670.7500.38
HSL246.1º59.6%38.82%-
HSV(B)246.1º74.68%61.96%-
XYZ8.354.7232.82-
YUV57.04184.98124.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 158 (62.11% from 255) = 63.2%
R=20.8%
G=16%
B=63.2%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52401580.670.7500.38246.159.638.82
Hex34289E434B026f63c27
Octal64502361031130463667447
Binary1101001010001001111010000111001011010011011110110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34289E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34289E; }

 p { color: rgb(52,40,158); }

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

<style>
 a { background-color: #34289E; }

 a { background-color: rgb(52,40,158); }

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

<style>
 span { border-color: #34289E; }

 span { border-color: rgb(52,40,158); }

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