#334880

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

Shades of Tory Blue #334880

Tints of Tory Blue #334880

Color information

#334880 (or 0x334880) is unknown color: approx Tory Blue. HEX triplet: 33, 48 and 80. RGB value is (51,72,128). Sum of RGB (Red+Green+Blue) = 51+72+128=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #334880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334880 is #CCB77F. Grayscale: #474747. Windows color (decimal): -13416320 or 8407091. OLE color: 8407091.

HSL color Cylindrical-coordinate representation of color #334880: hue angle of 223.64º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #334880 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5172128-
CMYK0.600.4400.50
HSL223.64º43.02%35.1%-
HSV(B)223.64º60.16%50.2%-
XYZ7.586.921.35-
YUV72.1159.54112.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.32%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 128 (50.39% from 255) = 51.00%
R=20.32%
G=28.69%
B=51.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51721280.600.4400.50223.6443.0235.1
Hex3348803C2C032e02b23
Octal6311020074540623405343
Binary110011100100010000000111100101100011001011100000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334880; }

 p { color: rgb(51,72,128); }

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

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

 a { background-color: rgb(51,72,128); }

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

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

 span { border-color: rgb(51,72,128); }

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