#334783

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

Shades of Tory Blue #334783

Tints of Tory Blue #334783

Color information

#334783 (or 0x334783) is unknown color: approx Tory Blue. HEX triplet: 33, 47 and 83. RGB value is (51,71,131). Sum of RGB (Red+Green+Blue) = 51+71+131=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #334783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334783 is #CCB87C. Grayscale: #474747. Windows color (decimal): -13416573 or 8603443. OLE color: 8603443.

HSL color Cylindrical-coordinate representation of color #334783: hue angle of 225º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #334783 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5171131-
CMYK0.610.4600.49
HSL225º43.96%35.69%-
HSV(B)225º61.07%51.37%-
XYZ7.726.8522.39-
YUV71.86161.37113.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 71 (28.12% from 255) = 28.06%
BLUE value IS 131 (51.56% from 255) = 51.78%
R=20.16%
G=28.06%
B=51.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51711310.610.4600.4922543.9635.69
Hex3347833D2E031e12c24
Octal6310720375560613415444
Binary110011100011110000011111101101110011000111100001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334783; }

 p { color: rgb(51,71,131); }

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

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

 a { background-color: rgb(51,71,131); }

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

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

 span { border-color: rgb(51,71,131); }

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