#2F46A0

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

Shades of Tory Blue #2F46A0

Tints of Tory Blue #2F46A0

Color information

#2F46A0 (or 0x2F46A0) is unknown color: approx Tory Blue. HEX triplet: 2F, 46 and A0. RGB value is (47,70,160). Sum of RGB (Red+Green+Blue) = 47+70+160=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 160 (62.89% from 255 or 57.76% from 277); Max value from RGB is 160 - color contains mainly: blue. Hex color #2F46A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F46A0 is #D0B95F. Grayscale: #494949. Windows color (decimal): -13678944 or 10503727. OLE color: 10503727.

HSL color Cylindrical-coordinate representation of color #2F46A0: hue angle of 227.79º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F46A0 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4770160-
CMYK0.710.5600.37
HSL227.79º54.59%40.59%-
HSV(B)227.79º70.63%62.75%-
XYZ9.717.5234.2-
YUV73.38176.88109.18-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.97%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 160 (62.89% from 255) = 57.76%
R=16.97%
G=25.27%
B=57.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal47701600.710.5600.37227.7954.5940.59
Hex2F46A04738025e43729
Octal57106240107700453446751
Binary1011111000110101000001000111111000010010111100100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F46A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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