#273A92

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

Shades of Tory Blue #273A92

Tints of Tory Blue #273A92

Color information

#273A92 (or 0x273A92) is unknown color: approx Tory Blue. HEX triplet: 27, 3A and 92. RGB value is (39,58,146). Sum of RGB (Red+Green+Blue) = 39+58+146=243 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.05% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #273A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273A92 is #D8C56D. Grayscale: #3D3D3D. Windows color (decimal): -14206318 or 9583143. OLE color: 9583143.

HSL color Cylindrical-coordinate representation of color #273A92: hue angle of 229.35º 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 #273A92 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3958146-
CMYK0.730.6000.43
HSL229.35º57.84%36.27%-
HSV(B)229.35º73.29%57.25%-
XYZ7.545.5327.86-
YUV62.35175.21111.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.05%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 146 (57.42% from 255) = 60.08%
R=16.05%
G=23.87%
B=60.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39581460.730.6000.43229.3557.8436.27
Hex273A92493C02Be53a24
Octal4772222111740533457244
Binary100111111010100100101001001111100010101111100101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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