#34299E

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

Shades of Dark Slate Blue #34299E

Tints of Dark Slate Blue #34299E

Color information

#34299E (or 0x34299E) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 29 and 9E. RGB value is (52,41,158). Sum of RGB (Red+Green+Blue) = 52+41+158=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #34299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34299E is #CBD661. Grayscale: #393939. Windows color (decimal): -13358690 or 10365236. OLE color: 10365236.

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

Color convert

RGB5241158-
CMYK0.670.7400.38
HSL245.64º58.79%39.02%-
HSV(B)245.64º74.05%61.96%-
XYZ8.384.7832.83-
YUV57.63184.64123.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 41 (16.41% from 255) = 16.33%
BLUE value IS 158 (62.11% from 255) = 62.95%
R=20.72%
G=16.33%
B=62.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52411580.670.7400.38245.6458.7939.02
Hex34299E434A026f63b27
Octal64512361031120463667347
Binary1101001010011001111010000111001010010011011110110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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