#34478d

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

Shades of Tory Blue #34478D

Tints of Tory Blue #34478D

Color information

#34478D (or 0x34478D) is unknown color: approx Tory Blue. HEX triplet: 34, 47 and 8D. RGB value is (52,71,141). Sum of RGB (Red+Green+Blue) = 52+71+141=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #34478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34478D is #CBB872. Grayscale: #494949. Windows color (decimal): -13351027 or 9258804. OLE color: 9258804.

HSL color Cylindrical-coordinate representation of color #34478D: hue angle of 227.19º 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 #34478D is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5271141-
CMYK0.630.5000.45
HSL227.19º46.11%37.84%-
HSV(B)227.19º63.12%55.29%-
XYZ8.487.1626.13-
YUV73.3166.21112.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.70%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 141 (55.47% from 255) = 53.41%
R=19.70%
G=26.89%
B=53.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52711410.630.5000.45227.1946.1137.84
Hex34478D3F3202De32e26
Octal6410721577620553435646
Binary110100100011110001101111111110010010110111100011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34478d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34478d; }

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

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

<style>
 a { background-color: #34478d; }

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

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

<style>
 span { border-color: #34478d; }

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

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