#274999

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

Shades of Tory Blue #274999

Tints of Tory Blue #274999

Color information

#274999 (or 0x274999) is unknown color: approx Tory Blue. HEX triplet: 27, 49 and 99. RGB value is (39,73,153). Sum of RGB (Red+Green+Blue) = 39+73+153=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #274999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274999 is #D8B666. Grayscale: #474747. Windows color (decimal): -14202471 or 10045735. OLE color: 10045735.

HSL color Cylindrical-coordinate representation of color #274999: hue angle of 222.11º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #274999 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3973153-
CMYK0.750.5200.4
HSL222.11º59.38%37.65%-
HSV(B)222.11º74.51%60%-
XYZ8.977.531.11-
YUV71.95173.74104.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 153 (60.16% from 255) = 57.74%
R=14.72%
G=27.55%
B=57.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal39731530.750.5200.4222.1159.3837.65
Hex2749994B34028de3b26
Octal47111231113640503367346
Binary1001111001001100110011001011110100010100011011110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274999; }

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

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

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

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

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

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

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

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