#274A9F

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

Shades of Tory Blue #274A9F

Tints of Tory Blue #274A9F

Color information

#274A9F (or 0x274A9F) is unknown color: approx Tory Blue. HEX triplet: 27, 4A and 9F. RGB value is (39,74,159). Sum of RGB (Red+Green+Blue) = 39+74+159=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #274A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274A9F is #D8B560. Grayscale: #484848. Windows color (decimal): -14202209 or 10439207. OLE color: 10439207.

HSL color Cylindrical-coordinate representation of color #274A9F: hue angle of 222.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #274A9F is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3974159-
CMYK0.750.5300.38
HSL222.5º60.61%38.82%-
HSV(B)222.5º75.47%62.35%-
XYZ9.547.8333.81-
YUV73.22176.4103.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.34%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 159 (62.5% from 255) = 58.46%
R=14.34%
G=27.21%
B=58.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39741590.750.5300.38222.560.6138.82
Hex274A9F4B35026de3d27
Octal47112237113650463367547
Binary1001111001010100111111001011110101010011011011110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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