#334FA1

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

Shades of Tory Blue #334FA1

Tints of Tory Blue #334FA1

Color information

#334FA1 (or 0x334FA1) is unknown color: approx Tory Blue. HEX triplet: 33, 4F and A1. RGB value is (51,79,161). Sum of RGB (Red+Green+Blue) = 51+79+161=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 161 (63.28% from 255 or 55.33% from 291); Max value from RGB is 161 - color contains mainly: blue. Hex color #334FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334FA1 is #CCB05E. Grayscale: #4F4F4F. Windows color (decimal): -13414495 or 10571571. OLE color: 10571571.

HSL color Cylindrical-coordinate representation of color #334FA1: hue angle of 224.73º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #334FA1 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5179161-
CMYK0.680.5100.37
HSL224.73º51.89%41.57%-
HSV(B)224.73º68.32%63.14%-
XYZ10.598.8734.87-
YUV79.98173.72107.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.53%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 161 (63.28% from 255) = 55.33%
R=17.53%
G=27.15%
B=55.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51791610.680.5100.37224.7351.8941.57
Hex334FA14433025e1342a
Octal63117241104630453416452
Binary1100111001111101000011000100110011010010111100001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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