#273F96

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

Shades of Tory Blue #273F96

Tints of Tory Blue #273F96

Color information

#273F96 (or 0x273F96) is unknown color: approx Tory Blue. HEX triplet: 27, 3F and 96. RGB value is (39,63,150). Sum of RGB (Red+Green+Blue) = 39+63+150=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #273F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273F96 is #D8C069. Grayscale: #414141. Windows color (decimal): -14205034 or 9846567. OLE color: 9846567.

HSL color Cylindrical-coordinate representation of color #273F96: hue angle of 227.03º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #273F96 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3963150-
CMYK0.740.5800.41
HSL227.03º58.73%37.06%-
HSV(B)227.03º74%58.82%-
XYZ8.126.1929.62-
YUV65.74175.55108.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.48%
GREEN value IS 63 (25% from 255) = 25%
BLUE value IS 150 (58.98% from 255) = 59.52%
R=15.48%
G=25%
B=59.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39631500.740.5800.41227.0358.7337.06
Hex273F964A3A029e33b25
Octal4777226112720513437345
Binary100111111111100101101001010111010010100111100011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,63,150); }

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

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

 a { background-color: rgb(39,63,150); }

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

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

 span { border-color: rgb(39,63,150); }

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