#34408D

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

Shades of Tory Blue #34408D

Tints of Tory Blue #34408D

Color information

#34408D (or 0x34408D) is unknown color: approx Tory Blue. HEX triplet: 34, 40 and 8D. RGB value is (52,64,141). Sum of RGB (Red+Green+Blue) = 52+64+141=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #34408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34408D is #CBBF72. Grayscale: #444444. Windows color (decimal): -13352819 or 9257012. OLE color: 9257012.

HSL color Cylindrical-coordinate representation of color #34408D: hue angle of 231.91º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34408D is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5264141-
CMYK0.630.5500.45
HSL231.91º46.11%37.84%-
HSV(B)231.91º63.12%55.29%-
XYZ8.066.3225.99-
YUV69.19168.52115.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 141 (55.47% from 255) = 54.86%
R=20.23%
G=24.90%
B=54.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52641410.630.5500.45231.9146.1137.84
Hex34408D3F3702De82e26
Octal6410021577670553505646
Binary110100100000010001101111111110111010110111101000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,64,141); }

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

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

 a { background-color: rgb(52,64,141); }

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

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

 span { border-color: rgb(52,64,141); }

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