#273A91

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

Shades of Tory Blue #273A91

Tints of Tory Blue #273A91

Color information

#273A91 (or 0x273A91) is unknown color: approx Tory Blue. HEX triplet: 27, 3A and 91. RGB value is (39,58,145). Sum of RGB (Red+Green+Blue) = 39+58+145=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #273A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273A91 is #D8C56E. Grayscale: #3D3D3D. Windows color (decimal): -14206319 or 9517607. OLE color: 9517607.

HSL color Cylindrical-coordinate representation of color #273A91: hue angle of 229.25º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #273A91 is Cyan = 0.73, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3958145-
CMYK0.730.600.43
HSL229.25º57.61%36.08%-
HSV(B)229.25º73.1%56.86%-
XYZ7.465.527.46-
YUV62.24174.71111.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.12%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 145 (57.03% from 255) = 59.92%
R=16.12%
G=23.97%
B=59.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39581450.730.600.43229.2557.6136.08
Hex273A91493C02Be53a24
Octal4772221111740533457244
Binary100111111010100100011001001111100010101111100101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273A91; }

 p { color: rgb(39,58,145); }

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

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

 a { background-color: rgb(39,58,145); }

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

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

 span { border-color: rgb(39,58,145); }

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