#334F95

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

Shades of Tory Blue #334F95

Tints of Tory Blue #334F95

Color information

#334F95 (or 0x334F95) is unknown color: approx Tory Blue. HEX triplet: 33, 4F and 95. RGB value is (51,79,149). Sum of RGB (Red+Green+Blue) = 51+79+149=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #334F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334F95 is #CCB06A. Grayscale: #4E4E4E. Windows color (decimal): -13414507 or 9785139. OLE color: 9785139.

HSL color Cylindrical-coordinate representation of color #334F95: hue angle of 222.86º 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 #334F95 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5179149-
CMYK0.660.4700.42
HSL222.86º49%39.22%-
HSV(B)222.86º65.77%58.43%-
XYZ9.598.4729.56-
YUV78.61167.72108.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 79 (31.25% from 255) = 28.32%
BLUE value IS 149 (58.59% from 255) = 53.41%
R=18.28%
G=28.32%
B=53.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51791490.660.4700.42222.864939.22
Hex334F95422F02Adf3127
Octal63117225102570523376147
Binary1100111001111100101011000010101111010101011011111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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