#274A99

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

Shades of Tory Blue #274A99

Tints of Tory Blue #274A99

Color information

#274A99 (or 0x274A99) is unknown color: approx Tory Blue. HEX triplet: 27, 4A and 99. RGB value is (39,74,153). Sum of RGB (Red+Green+Blue) = 39+74+153=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #274A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274A99 is #D8B566. Grayscale: #484848. Windows color (decimal): -14202215 or 10045991. OLE color: 10045991.

HSL color Cylindrical-coordinate representation of color #274A99: hue angle of 221.58º 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 #274A99 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3974153-
CMYK0.750.5200.4
HSL221.58º59.38%37.65%-
HSV(B)221.58º74.51%60%-
XYZ9.047.6331.13-
YUV72.54173.4104.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.66%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 153 (60.16% from 255) = 57.52%
R=14.66%
G=27.82%
B=57.52%

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
Decimal39741530.750.5200.4221.5859.3837.65
Hex274A994B34028de3b26
Octal47112231113640503367346
Binary1001111001010100110011001011110100010100011011110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274A99; }

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

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

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

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

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

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

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

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