#274A9E

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

Shades of Tory Blue #274A9E

Tints of Tory Blue #274A9E

Color information

#274A9E (or 0x274A9E) is unknown color: approx Tory Blue. HEX triplet: 27, 4A and 9E. RGB value is (39,74,158). Sum of RGB (Red+Green+Blue) = 39+74+158=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #274A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274A9E is #D8B561. Grayscale: #484848. Windows color (decimal): -14202210 or 10373671. OLE color: 10373671.

HSL color Cylindrical-coordinate representation of color #274A9E: hue angle of 222.35º degrees, saturation: 0.6, 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 #274A9E is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3974158-
CMYK0.750.5300.38
HSL222.35º60.41%38.63%-
HSV(B)222.35º75.32%61.96%-
XYZ9.467.833.35-
YUV73.11175.9103.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.39%
GREEN value IS 74 (29.30% from 255) = 27.31%
BLUE value IS 158 (62.11% from 255) = 58.30%
R=14.39%
G=27.31%
B=58.30%

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
Decimal39741580.750.5300.38222.3560.4138.63
Hex274A9E4B35026de3c27
Octal47112236113650463367447
Binary1001111001010100111101001011110101010011011011110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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