#34508C

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

Shades of Tory Blue #34508C

Tints of Tory Blue #34508C

Color information

#34508C (or 0x34508C) is unknown color: approx Tory Blue. HEX triplet: 34, 50 and 8C. RGB value is (52,80,140). Sum of RGB (Red+Green+Blue) = 52+80+140=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #34508C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34508C is #CBAF73. Grayscale: #4E4E4E. Windows color (decimal): -13348724 or 9195572. OLE color: 9195572.

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

Color convert

RGB5280140-
CMYK0.630.4300.45
HSL220.91º45.83%37.65%-
HSV(B)220.91º62.86%54.9%-
XYZ9.028.3625.95-
YUV78.47162.72109.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 140 (55.08% from 255) = 51.47%
R=19.12%
G=29.41%
B=51.47%

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
Decimal52801400.630.4300.45220.9145.8337.65
Hex34508C3F2B02Ddd2e26
Octal6412021477530553355646
Binary110100101000010001100111111101011010110111011101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34508C; }

 p { color: rgb(52,80,140); }

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

<style>
 a { background-color: #34508C; }

 a { background-color: rgb(52,80,140); }

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

<style>
 span { border-color: #34508C; }

 span { border-color: rgb(52,80,140); }

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