#334D9E

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

Shades of Tory Blue #334D9E

Tints of Tory Blue #334D9E

Color information

#334D9E (or 0x334D9E) is unknown color: approx Tory Blue. HEX triplet: 33, 4D and 9E. RGB value is (51,77,158). Sum of RGB (Red+Green+Blue) = 51+77+158=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #334D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334D9E is #CCB261. Grayscale: #4E4E4E. Windows color (decimal): -13415010 or 10374451. OLE color: 10374451.

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

Color convert

RGB5177158-
CMYK0.680.5100.38
HSL225.42º51.2%40.98%-
HSV(B)225.42º67.72%61.96%-
XYZ10.198.4833.45-
YUV78.46172.89108.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 77 (30.47% from 255) = 26.92%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=17.83%
G=26.92%
B=55.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51771580.680.5100.38225.4251.240.98
Hex334D9E4433026e13329
Octal63115236104630463416351
Binary1100111001101100111101000100110011010011011100001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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