#274992

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

Shades of Tory Blue #274992

Tints of Tory Blue #274992

Color information

#274992 (or 0x274992) is unknown color: approx Tory Blue. HEX triplet: 27, 49 and 92. RGB value is (39,73,146). Sum of RGB (Red+Green+Blue) = 39+73+146=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #274992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274992 is #D8B66D. Grayscale: #464646. Windows color (decimal): -14202478 or 9586983. OLE color: 9586983.

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

Color convert

RGB3973146-
CMYK0.730.500.43
HSL220.93º57.84%36.27%-
HSV(B)220.93º73.29%57.25%-
XYZ8.417.2728.15-
YUV71.16170.24105.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.12%
GREEN value IS 73 (28.91% from 255) = 28.29%
BLUE value IS 146 (57.42% from 255) = 56.59%
R=15.12%
G=28.29%
B=56.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39731460.730.500.43220.9357.8436.27
Hex274992493202Bdd3a24
Octal47111222111620533357244
Binary1001111001001100100101001001110010010101111011101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274992; }

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

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

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

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

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

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

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

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