#334483

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

Shades of Tory Blue #334483

Tints of Tory Blue #334483

Color information

#334483 (or 0x334483) is unknown color: approx Tory Blue. HEX triplet: 33, 44 and 83. RGB value is (51,68,131). Sum of RGB (Red+Green+Blue) = 51+68+131=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #334483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334483 is #CCBB7C. Grayscale: #454545. Windows color (decimal): -13417341 or 8602675. OLE color: 8602675.

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

Color convert

RGB5168131-
CMYK0.610.4800.49
HSL227.25º43.96%35.69%-
HSV(B)227.25º61.07%51.37%-
XYZ7.536.4822.33-
YUV70.1162.37114.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.4%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 131 (51.56% from 255) = 52.4%
R=20.4%
G=27.2%
B=52.4%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51681310.610.4800.49227.2543.9635.69
Hex3344833D30031e32c24
Octal6310420375600613435444
Binary110011100010010000011111101110000011000111100011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334483; }

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

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

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

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

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

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

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

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