#334C90

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

Shades of Tory Blue #334C90

Tints of Tory Blue #334C90

Color information

#334C90 (or 0x334C90) is unknown color: approx Tory Blue. HEX triplet: 33, 4C and 90. RGB value is (51,76,144). Sum of RGB (Red+Green+Blue) = 51+76+144=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #334C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334C90 is #CCB36F. Grayscale: #4B4B4B. Windows color (decimal): -13415280 or 9456691. OLE color: 9456691.

HSL color Cylindrical-coordinate representation of color #334C90: hue angle of 223.87º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334C90 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5176144-
CMYK0.650.4700.44
HSL223.87º47.69%38.24%-
HSV(B)223.87º64.58%56.47%-
XYZ8.987.8927.43-
YUV76.28166.22109.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 144 (56.64% from 255) = 53.14%
R=18.82%
G=28.04%
B=53.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51761440.650.4700.44223.8747.6938.24
Hex334C90412F02Ce03026
Octal63114220101570543406046
Binary1100111001100100100001000001101111010110011100000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,76,144); }

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

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

 a { background-color: rgb(51,76,144); }

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

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

 span { border-color: rgb(51,76,144); }

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