#334D8C

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

Shades of Tory Blue #334D8C

Tints of Tory Blue #334D8C

Color information

#334D8C (or 0x334D8C) is unknown color: approx Tory Blue. HEX triplet: 33, 4D and 8C. RGB value is (51,77,140). Sum of RGB (Red+Green+Blue) = 51+77+140=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #334D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334D8C is #CCB273. Grayscale: #4C4C4C. Windows color (decimal): -13415028 or 9194803. OLE color: 9194803.

HSL color Cylindrical-coordinate representation of color #334D8C: hue angle of 222.47º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #334D8C is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5177140-
CMYK0.640.4500.45
HSL222.47º46.6%37.45%-
HSV(B)222.47º63.57%54.9%-
XYZ8.757.9125.88-
YUV76.41163.89109.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.03%
GREEN value IS 77 (30.47% from 255) = 28.73%
BLUE value IS 140 (55.08% from 255) = 52.24%
R=19.03%
G=28.73%
B=52.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51771400.640.4500.45222.4746.637.45
Hex334D8C402D02Dde2f25
Octal63115214100550553365745
Binary1100111001101100011001000000101101010110111011110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334D8C; }

 p { color: rgb(51,77,140); }

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

<style>
 a { background-color: #334D8C; }

 a { background-color: rgb(51,77,140); }

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

<style>
 span { border-color: #334D8C; }

 span { border-color: rgb(51,77,140); }

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