#274991

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

Shades of Tory Blue #274991

Tints of Tory Blue #274991

Color information

#274991 (or 0x274991) is unknown color: approx Tory Blue. HEX triplet: 27, 49 and 91. RGB value is (39,73,145). Sum of RGB (Red+Green+Blue) = 39+73+145=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #274991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274991 is #D8B66E. Grayscale: #464646. Windows color (decimal): -14202479 or 9521447. OLE color: 9521447.

HSL color Cylindrical-coordinate representation of color #274991: hue angle of 220.75º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #274991 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3973145-
CMYK0.730.5000.43
HSL220.75º57.61%36.08%-
HSV(B)220.75º73.1%56.86%-
XYZ8.337.2427.75-
YUV71.04169.74105.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.18%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 145 (57.03% from 255) = 56.42%
R=15.18%
G=28.40%
B=56.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39731450.730.5000.43220.7557.6136.08
Hex274991493202Bdd3a24
Octal47111221111620533357244
Binary1001111001001100100011001001110010010101111011101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274991; }

 p { color: rgb(39,73,145); }

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

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

 a { background-color: rgb(39,73,145); }

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

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

 span { border-color: rgb(39,73,145); }

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