#334683

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

Shades of Tory Blue #334683

Tints of Tory Blue #334683

Color information

#334683 (or 0x334683) is unknown color: approx Tory Blue. HEX triplet: 33, 46 and 83. RGB value is (51,70,131). Sum of RGB (Red+Green+Blue) = 51+70+131=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #334683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334683 is #CCB97C. Grayscale: #474747. Windows color (decimal): -13416829 or 8603187. OLE color: 8603187.

HSL color Cylindrical-coordinate representation of color #334683: hue angle of 225.75º 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 #334683 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5170131-
CMYK0.610.4700.49
HSL225.75º43.96%35.69%-
HSV(B)225.75º61.07%51.37%-
XYZ7.656.7222.37-
YUV71.27161.71113.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 131 (51.56% from 255) = 51.98%
R=20.24%
G=27.78%
B=51.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51701310.610.4700.49225.7543.9635.69
Hex3346833D2F031e22c24
Octal6310620375570613425444
Binary110011100011010000011111101101111011000111100010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334683; }

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

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

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

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

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

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

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

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