#274899

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

Shades of Tory Blue #274899

Tints of Tory Blue #274899

Color information

#274899 (or 0x274899) is unknown color: approx Tory Blue. HEX triplet: 27, 48 and 99. RGB value is (39,72,153). Sum of RGB (Red+Green+Blue) = 39+72+153=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #274899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274899 is #D8B766. Grayscale: #474747. Windows color (decimal): -14202727 or 10045479. OLE color: 10045479.

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

Color convert

RGB3972153-
CMYK0.750.5300.4
HSL222.63º59.38%37.65%-
HSV(B)222.63º74.51%60%-
XYZ8.97.3731.09-
YUV71.37174.07104.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.77%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 153 (60.16% from 255) = 57.95%
R=14.77%
G=27.27%
B=57.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal39721530.750.5300.4222.6359.3837.65
Hex2748994B35028df3b26
Octal47110231113650503377346
Binary1001111001000100110011001011110101010100011011111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274899; }

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

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

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

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

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

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

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

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