#274A9B

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

Shades of Tory Blue #274A9B

Tints of Tory Blue #274A9B

Color information

#274A9B (or 0x274A9B) is unknown color: approx Tory Blue. HEX triplet: 27, 4A and 9B. RGB value is (39,74,155). Sum of RGB (Red+Green+Blue) = 39+74+155=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #274A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274A9B is #D8B564. Grayscale: #484848. Windows color (decimal): -14202213 or 10177063. OLE color: 10177063.

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

Color convert

RGB3974155-
CMYK0.750.5200.39
HSL221.9º59.79%38.04%-
HSV(B)221.9º74.84%60.78%-
XYZ9.27.732.01-
YUV72.77174.4103.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.55%
GREEN value IS 74 (29.30% from 255) = 27.61%
BLUE value IS 155 (60.94% from 255) = 57.84%
R=14.55%
G=27.61%
B=57.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal39741550.750.5200.39221.959.7938.04
Hex274A9B4B34027de3c26
Octal47112233113640473367446
Binary1001111001010100110111001011110100010011111011110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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