#34399F

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

Shades of Dark Slate Blue #34399F

Tints of Dark Slate Blue #34399F

Color information

#34399F (or 0x34399F) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 39 and 9F. RGB value is (52,57,159). Sum of RGB (Red+Green+Blue) = 52+57+159=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #34399F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34399F is #CBC660. Grayscale: #424242. Windows color (decimal): -13354593 or 10434868. OLE color: 10434868.

HSL color Cylindrical-coordinate representation of color #34399F: hue angle of 237.2º degrees, saturation: 0.51, 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 #34399F is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5257159-
CMYK0.670.6400.38
HSL237.2º50.71%41.37%-
HSV(B)237.2º67.3%62.35%-
XYZ9.146.1633.51-
YUV67.13179.84117.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 57 (22.66% from 255) = 21.27%
BLUE value IS 159 (62.5% from 255) = 59.33%
R=19.40%
G=21.27%
B=59.33%

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
Decimal52571590.670.6400.38237.250.7141.37
Hex34399F4340026ed3329
Octal64712371031000463556351
Binary1101001110011001111110000111000000010011011101101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34399F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34399F; }

 p { color: rgb(52,57,159); }

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

<style>
 a { background-color: #34399F; }

 a { background-color: rgb(52,57,159); }

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

<style>
 span { border-color: #34399F; }

 span { border-color: rgb(52,57,159); }

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