#2F4682

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

Shades of Tory Blue #2F4682

Tints of Tory Blue #2F4682

Color information

#2F4682 (or 0x2F4682) is unknown color: approx Tory Blue. HEX triplet: 2F, 46 and 82. RGB value is (47,70,130). Sum of RGB (Red+Green+Blue) = 47+70+130=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #2F4682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4682 is #D0B97D. Grayscale: #454545. Windows color (decimal): -13678974 or 8537647. OLE color: 8537647.

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

Color convert

RGB4770130-
CMYK0.640.4600.49
HSL223.37º46.89%34.71%-
HSV(B)223.37º63.85%50.98%-
XYZ7.396.622-
YUV69.96161.88111.62-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.03%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 130 (51.17% from 255) = 52.63%
R=19.03%
G=28.34%
B=52.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47701300.640.4600.49223.3746.8934.71
Hex2F4682402E031df2f23
Octal57106202100560613375743
Binary1011111000110100000101000000101110011000111011111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F4682; }

 p { color: rgb(47,70,130); }

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

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

 a { background-color: rgb(47,70,130); }

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

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

 span { border-color: rgb(47,70,130); }

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