#34528D

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

Shades of Tory Blue #34528D

Tints of Tory Blue #34528D

Color information

#34528D (or 0x34528D) is unknown color: approx Tory Blue. HEX triplet: 34, 52 and 8D. RGB value is (52,82,141). Sum of RGB (Red+Green+Blue) = 52+82+141=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #34528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34528D is #CBAD72. Grayscale: #4F4F4F. Windows color (decimal): -13348211 or 9261620. OLE color: 9261620.

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

Color convert

RGB5282141-
CMYK0.630.4200.45
HSL219.78º46.11%37.84%-
HSV(B)219.78º63.12%55.29%-
XYZ9.248.6926.39-
YUV79.76162.56108.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 141 (55.47% from 255) = 51.27%
R=18.91%
G=29.82%
B=51.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52821410.630.4200.45219.7846.1137.84
Hex34528D3F2A02Ddc2e26
Octal6412221577520553345646
Binary110100101001010001101111111101010010110111011100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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