#34538C

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

Shades of Tory Blue #34538C

Tints of Tory Blue #34538C

Color information

#34538C (or 0x34538C) is unknown color: approx Tory Blue. HEX triplet: 34, 53 and 8C. RGB value is (52,83,140). Sum of RGB (Red+Green+Blue) = 52+83+140=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #34538C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34538C is #CBAC73. Grayscale: #4F4F4F. Windows color (decimal): -13347956 or 9196340. OLE color: 9196340.

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

Color convert

RGB5283140-
CMYK0.630.4100.45
HSL218.86º45.83%37.65%-
HSV(B)218.86º62.86%54.9%-
XYZ9.248.8126.02-
YUV80.23161.73107.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 140 (55.08% from 255) = 50.91%
R=18.91%
G=30.18%
B=50.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52831400.630.4100.45218.8645.8337.65
Hex34538C3F2902Ddb2e26
Octal6412321477510553335646
Binary110100101001110001100111111101001010110111011011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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