#334582

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

Shades of Tory Blue #334582

Tints of Tory Blue #334582

Color information

#334582 (or 0x334582) is unknown color: approx Tory Blue. HEX triplet: 33, 45 and 82. RGB value is (51,69,130). Sum of RGB (Red+Green+Blue) = 51+69+130=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #334582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334582 is #CCBA7D. Grayscale: #464646. Windows color (decimal): -13417086 or 8537395. OLE color: 8537395.

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

Color convert

RGB5169130-
CMYK0.610.4700.49
HSL226.33º43.65%35.49%-
HSV(B)226.33º60.77%50.98%-
XYZ7.526.5721.99-
YUV70.57161.54114.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.4%
GREEN value IS 69 (27.34% from 255) = 27.6%
BLUE value IS 130 (51.17% from 255) = 52%
R=20.4%
G=27.6%
B=52%

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
Decimal51691300.610.4700.49226.3343.6535.49
Hex3345823D2F031e22c23
Octal6310520275570613425443
Binary110011100010110000010111101101111011000111100010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334582; }

 p { color: rgb(51,69,130); }

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

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

 a { background-color: rgb(51,69,130); }

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

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

 span { border-color: rgb(51,69,130); }

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