#34369F

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

Shades of Dark Slate Blue #34369F

Tints of Dark Slate Blue #34369F

Color information

#34369F (or 0x34369F) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 36 and 9F. RGB value is (52,54,159). Sum of RGB (Red+Green+Blue) = 52+54+159=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #34369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34369F is #CBC960. Grayscale: #404040. Windows color (decimal): -13355361 or 10434100. OLE color: 10434100.

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

Color convert

RGB5254159-
CMYK0.670.6600.38
HSL238.88º50.71%41.37%-
HSV(B)238.88º67.3%62.35%-
XYZ8.995.8733.46-
YUV65.37180.84118.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 159 (62.5% from 255) = 60%
R=19.62%
G=20.38%
B=60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52541590.670.6600.38238.8850.7141.37
Hex34369F4342026ef3329
Octal64662371031020463576351
Binary1101001101101001111110000111000010010011011101111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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