#34498C

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

Shades of Tory Blue #34498C

Tints of Tory Blue #34498C

Color information

#34498C (or 0x34498C) is unknown color: approx Tory Blue. HEX triplet: 34, 49 and 8C. RGB value is (52,73,140). Sum of RGB (Red+Green+Blue) = 52+73+140=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #34498C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34498C is #CBB673. Grayscale: #4A4A4A. Windows color (decimal): -13350516 or 9193780. OLE color: 9193780.

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

Color convert

RGB5273140-
CMYK0.630.4800.45
HSL225.68º45.83%37.65%-
HSV(B)225.68º62.86%54.9%-
XYZ8.537.3925.79-
YUV74.36165.04112.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 140 (55.08% from 255) = 52.83%
R=19.62%
G=27.55%
B=52.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52731400.630.4800.45225.6845.8337.65
Hex34498C3F3002De22e26
Octal6411121477600553425646
Binary110100100100110001100111111110000010110111100010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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