#334A83

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

Shades of Tory Blue #334A83

Tints of Tory Blue #334A83

Color information

#334A83 (or 0x334A83) is unknown color: approx Tory Blue. HEX triplet: 33, 4A and 83. RGB value is (51,74,131). Sum of RGB (Red+Green+Blue) = 51+74+131=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #334A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334A83 is #CCB57C. Grayscale: #494949. Windows color (decimal): -13415805 or 8604211. OLE color: 8604211.

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

Color convert

RGB5174131-
CMYK0.610.4400.49
HSL222.75º43.96%35.69%-
HSV(B)222.75º61.07%51.37%-
XYZ7.917.2422.45-
YUV73.62160.38111.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 131 (51.56% from 255) = 51.17%
R=19.92%
G=28.91%
B=51.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51741310.610.4400.49222.7543.9635.69
Hex334A833D2C031df2c24
Octal6311220375540613375444
Binary110011100101010000011111101101100011000111011111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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