#274091

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

Shades of Tory Blue #274091

Tints of Tory Blue #274091

Color information

#274091 (or 0x274091) is unknown color: approx Tory Blue. HEX triplet: 27, 40 and 91. RGB value is (39,64,145). Sum of RGB (Red+Green+Blue) = 39+64+145=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #274091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274091 is #D8BF6E. Grayscale: #414141. Windows color (decimal): -14204783 or 9519143. OLE color: 9519143.

HSL color Cylindrical-coordinate representation of color #274091: hue angle of 225.85º 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 #274091 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3964145-
CMYK0.730.5600.43
HSL225.85º57.61%36.08%-
HSV(B)225.85º73.1%56.86%-
XYZ7.786.1427.56-
YUV65.76172.72108.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.73%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 145 (57.03% from 255) = 58.47%
R=15.73%
G=25.81%
B=58.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39641450.730.5600.43225.8557.6136.08
Hex274091493802Be23a24
Octal47100221111700533427244
Binary1001111000000100100011001001111000010101111100010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274091; }

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

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

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

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

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

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

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

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