#34389D

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

Shades of Dark Slate Blue #34389D

Tints of Dark Slate Blue #34389D

Color information

#34389D (or 0x34389D) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 38 and 9D. RGB value is (52,56,157). Sum of RGB (Red+Green+Blue) = 52+56+157=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #34389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34389D is #CBC762. Grayscale: #414141. Windows color (decimal): -13354851 or 10303540. OLE color: 10303540.

HSL color Cylindrical-coordinate representation of color #34389D: hue angle of 237.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34389D is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5256157-
CMYK0.670.6400.38
HSL237.71º50.24%40.98%-
HSV(B)237.71º66.88%61.57%-
XYZ8.925.9932.59-
YUV66.32179.17117.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 157 (61.72% from 255) = 59.25%
R=19.62%
G=21.13%
B=59.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52561570.670.6400.38237.7150.2440.98
Hex34389D4340026ee3229
Octal64702351031000463566251
Binary1101001110001001110110000111000000010011011101110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34389D; }

 p { color: rgb(52,56,157); }

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

<style>
 a { background-color: #34389D; }

 a { background-color: rgb(52,56,157); }

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

<style>
 span { border-color: #34389D; }

 span { border-color: rgb(52,56,157); }

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