#334E9D

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

Shades of Tory Blue #334E9D

Tints of Tory Blue #334E9D

Color information

#334E9D (or 0x334E9D) is unknown color: approx Tory Blue. HEX triplet: 33, 4E and 9D. RGB value is (51,78,157). Sum of RGB (Red+Green+Blue) = 51+78+157=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #334E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334E9D is #CCB162. Grayscale: #4E4E4E. Windows color (decimal): -13414755 or 10309171. OLE color: 10309171.

HSL color Cylindrical-coordinate representation of color #334E9D: hue angle of 224.72º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #334E9D is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5178157-
CMYK0.680.5000.38
HSL224.72º50.96%40.78%-
HSV(B)224.72º67.52%61.57%-
XYZ10.188.5933.02-
YUV78.93172.05108.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 78 (30.86% from 255) = 27.27%
BLUE value IS 157 (61.72% from 255) = 54.90%
R=17.83%
G=27.27%
B=54.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51781570.680.5000.38224.7250.9640.78
Hex334E9D4432026e13329
Octal63116235104620463416351
Binary1100111001110100111011000100110010010011011100001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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