#334D94

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

Shades of Tory Blue #334D94

Tints of Tory Blue #334D94

Color information

#334D94 (or 0x334D94) is unknown color: approx Tory Blue. HEX triplet: 33, 4D and 94. RGB value is (51,77,148). Sum of RGB (Red+Green+Blue) = 51+77+148=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #334D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334D94 is #CCB26B. Grayscale: #4D4D4D. Windows color (decimal): -13415020 or 9719091. OLE color: 9719091.

HSL color Cylindrical-coordinate representation of color #334D94: hue angle of 223.92º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #334D94 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5177148-
CMYK0.660.4800.42
HSL223.92º48.74%39.02%-
HSV(B)223.92º65.54%58.04%-
XYZ9.368.1529.1-
YUV77.32167.89109.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 77 (30.47% from 255) = 27.90%
BLUE value IS 148 (58.20% from 255) = 53.62%
R=18.48%
G=27.90%
B=53.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51771480.660.4800.42223.9248.7439.02
Hex334D94423002Ae03127
Octal63115224102600523406147
Binary1100111001101100101001000010110000010101011100000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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