#2F4E91

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

Shades of Tory Blue #2F4E91

Tints of Tory Blue #2F4E91

Color information

#2F4E91 (or 0x2F4E91) is unknown color: approx Tory Blue. HEX triplet: 2F, 4E and 91. RGB value is (47,78,145). Sum of RGB (Red+Green+Blue) = 47+78+145=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F4E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F4E91 is #D0B16E. Grayscale: #4C4C4C. Windows color (decimal): -13676911 or 9522735. OLE color: 9522735.

HSL color Cylindrical-coordinate representation of color #2F4E91: hue angle of 221.02º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F4E91 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4778145-
CMYK0.680.4600.43
HSL221.02º51.04%37.65%-
HSV(B)221.02º67.59%56.86%-
XYZ9.018.127.88-
YUV76.37166.73107.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.41%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 145 (57.03% from 255) = 53.70%
R=17.41%
G=28.89%
B=53.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal47781450.680.4600.43221.0251.0437.65
Hex2F4E91442E02Bdd3326
Octal57116221104560533356346
Binary1011111001110100100011000100101110010101111011101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,78,145); }

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

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

 a { background-color: rgb(47,78,145); }

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

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

 span { border-color: rgb(47,78,145); }

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