#334F9B

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

Shades of Tory Blue #334F9B

Tints of Tory Blue #334F9B

Color information

#334F9B (or 0x334F9B) is unknown color: approx Tory Blue. HEX triplet: 33, 4F and 9B. RGB value is (51,79,155). Sum of RGB (Red+Green+Blue) = 51+79+155=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #334F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334F9B is #CCB064. Grayscale: #4E4E4E. Windows color (decimal): -13414501 or 10178355. OLE color: 10178355.

HSL color Cylindrical-coordinate representation of color #334F9B: hue angle of 223.85º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #334F9B is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5179155-
CMYK0.670.4900.39
HSL223.85º50.49%40.39%-
HSV(B)223.85º67.1%60.78%-
XYZ10.088.6632.15-
YUV79.29170.72107.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 79 (31.25% from 255) = 27.72%
BLUE value IS 155 (60.94% from 255) = 54.39%
R=17.89%
G=27.72%
B=54.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51791550.670.4900.39223.8550.4940.39
Hex334F9B4331027e03228
Octal63117233103610473406250
Binary1100111001111100110111000011110001010011111100000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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