#334EA1

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

Shades of Tory Blue #334EA1

Tints of Tory Blue #334EA1

Color information

#334EA1 (or 0x334EA1) is unknown color: approx Tory Blue. HEX triplet: 33, 4E and A1. RGB value is (51,78,161). Sum of RGB (Red+Green+Blue) = 51+78+161=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 161 (63.28% from 255 or 55.52% from 290); Max value from RGB is 161 - color contains mainly: blue. Hex color #334EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334EA1 is #CCB15E. Grayscale: #4F4F4F. Windows color (decimal): -13414751 or 10571315. OLE color: 10571315.

HSL color Cylindrical-coordinate representation of color #334EA1: hue angle of 225.27º 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 #334EA1 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5178161-
CMYK0.680.5200.37
HSL225.27º51.89%41.57%-
HSV(B)225.27º68.32%63.14%-
XYZ10.528.7334.85-
YUV79.39174.05107.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 78 (30.86% from 255) = 26.90%
BLUE value IS 161 (63.28% from 255) = 55.52%
R=17.59%
G=26.90%
B=55.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51781610.680.5200.37225.2751.8941.57
Hex334EA14434025e1342a
Octal63116241104640453416452
Binary1100111001110101000011000100110100010010111100001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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