#34518D

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

Shades of Tory Blue #34518D

Tints of Tory Blue #34518D

Color information

#34518D (or 0x34518D) is unknown color: approx Tory Blue. HEX triplet: 34, 51 and 8D. RGB value is (52,81,141). Sum of RGB (Red+Green+Blue) = 52+81+141=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #34518D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34518D is #CBAE72. Grayscale: #4E4E4E. Windows color (decimal): -13348467 or 9261364. OLE color: 9261364.

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

Color convert

RGB5281141-
CMYK0.630.4300.45
HSL220.45º46.11%37.84%-
HSV(B)220.45º63.12%55.29%-
XYZ9.178.5426.36-
YUV79.17162.89108.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 141 (55.47% from 255) = 51.46%
R=18.98%
G=29.56%
B=51.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52811410.630.4300.45220.4546.1137.84
Hex34518D3F2B02Ddc2e26
Octal6412121577530553345646
Binary110100101000110001101111111101011010110111011100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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