#334DA2

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

Shades of Tory Blue #334DA2

Tints of Tory Blue #334DA2

Color information

#334DA2 (or 0x334DA2) is unknown color: approx Tory Blue. HEX triplet: 33, 4D and A2. RGB value is (51,77,162). Sum of RGB (Red+Green+Blue) = 51+77+162=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 162 (63.67% from 255 or 55.86% from 290); Max value from RGB is 162 - color contains mainly: blue. Hex color #334DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334DA2 is #CCB25D. Grayscale: #4E4E4E. Windows color (decimal): -13415006 or 10636595. OLE color: 10636595.

HSL color Cylindrical-coordinate representation of color #334DA2: hue angle of 225.95º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #334DA2 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5177162-
CMYK0.690.5200.36
HSL225.95º52.11%41.76%-
HSV(B)225.95º68.52%63.53%-
XYZ10.548.6235.29-
YUV78.92174.89108.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 162 (63.67% from 255) = 55.86%
R=17.59%
G=26.55%
B=55.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51771620.690.5200.36225.9552.1141.76
Hex334DA24534024e2342a
Octal63115242105640443426452
Binary1100111001101101000101000101110100010010011100010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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