#2F518F

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

Shades of Tory Blue #2F518F

Tints of Tory Blue #2F518F

Color information

#2F518F (or 0x2F518F) is unknown color: approx Tory Blue. HEX triplet: 2F, 51 and 8F. RGB value is (47,81,143). Sum of RGB (Red+Green+Blue) = 47+81+143=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #2F518F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F518F is #D0AE70. Grayscale: #4D4D4D. Windows color (decimal): -13676145 or 9392431. OLE color: 9392431.

HSL color Cylindrical-coordinate representation of color #2F518F: hue angle of 218.75º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F518F is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4781143-
CMYK0.670.4300.44
HSL218.75º50.53%37.25%-
HSV(B)218.75º67.13%56.08%-
XYZ9.078.4727.14-
YUV77.9164.74105.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.34%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 143 (56.25% from 255) = 52.77%
R=17.34%
G=29.89%
B=52.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal47811430.670.4300.44218.7550.5337.25
Hex2F518F432B02Cdb3325
Octal57121217103530543336345
Binary1011111010001100011111000011101011010110011011011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,81,143); }

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

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

 a { background-color: rgb(47,81,143); }

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

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

 span { border-color: rgb(47,81,143); }

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