#274291

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

Shades of Tory Blue #274291

Tints of Tory Blue #274291

Color information

#274291 (or 0x274291) is unknown color: approx Tory Blue. HEX triplet: 27, 42 and 91. RGB value is (39,66,145). Sum of RGB (Red+Green+Blue) = 39+66+145=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #274291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274291 is #D8BD6E. Grayscale: #424242. Windows color (decimal): -14204271 or 9519655. OLE color: 9519655.

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

Color convert

RGB3966145-
CMYK0.730.5400.43
HSL224.72º57.61%36.08%-
HSV(B)224.72º73.1%56.86%-
XYZ7.96.3727.6-
YUV66.93172.05108.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.6%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 145 (57.03% from 255) = 58%
R=15.6%
G=26.4%
B=58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39661450.730.5400.43224.7257.6136.08
Hex274291493602Be13a24
Octal47102221111660533417244
Binary1001111000010100100011001001110110010101111100001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274291; }

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

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

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

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

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

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

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

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