#334F8D

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

Shades of Tory Blue #334F8D

Tints of Tory Blue #334F8D

Color information

#334F8D (or 0x334F8D) is unknown color: approx Tory Blue. HEX triplet: 33, 4F and 8D. RGB value is (51,79,141). Sum of RGB (Red+Green+Blue) = 51+79+141=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #334F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334F8D is #CCB072. Grayscale: #4D4D4D. Windows color (decimal): -13414515 or 9260851. OLE color: 9260851.

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

Color convert

RGB5179141-
CMYK0.640.4400.45
HSL221.33º46.88%37.65%-
HSV(B)221.33º63.83%55.29%-
XYZ8.978.2226.31-
YUV77.7163.72108.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 79 (31.25% from 255) = 29.15%
BLUE value IS 141 (55.47% from 255) = 52.03%
R=18.82%
G=29.15%
B=52.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51791410.640.4400.45221.3346.8837.65
Hex334F8D402C02Ddd2f26
Octal63117215100540553355746
Binary1100111001111100011011000000101100010110111011101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,79,141); }

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

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

 a { background-color: rgb(51,79,141); }

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

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

 span { border-color: rgb(51,79,141); }

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