#34379E

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

Shades of Dark Slate Blue #34379E

Tints of Dark Slate Blue #34379E

Color information

#34379E (or 0x34379E) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 37 and 9E. RGB value is (52,55,158). Sum of RGB (Red+Green+Blue) = 52+55+158=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #34379E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34379E is #CBC861. Grayscale: #414141. Windows color (decimal): -13355106 or 10368820. OLE color: 10368820.

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

Color convert

RGB5255158-
CMYK0.670.6500.38
HSL238.3º50.48%41.18%-
HSV(B)238.3º67.09%61.96%-
XYZ8.955.9333.02-
YUV65.84180.01118.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 55 (21.88% from 255) = 20.75%
BLUE value IS 158 (62.11% from 255) = 59.62%
R=19.62%
G=20.75%
B=59.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52551580.670.6500.38238.350.4841.18
Hex34379E4341026ee3229
Octal64672361031010463566251
Binary1101001101111001111010000111000001010011011101110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34379E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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