#273F93

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

Shades of Tory Blue #273F93

Tints of Tory Blue #273F93

Color information

#273F93 (or 0x273F93) is unknown color: approx Tory Blue. HEX triplet: 27, 3F and 93. RGB value is (39,63,147). Sum of RGB (Red+Green+Blue) = 39+63+147=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #273F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273F93 is #D8C06C. Grayscale: #414141. Windows color (decimal): -14205037 or 9649959. OLE color: 9649959.

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

Color convert

RGB3963147-
CMYK0.730.5700.42
HSL226.67º58.06%36.47%-
HSV(B)226.67º73.47%57.65%-
XYZ7.886.0928.36-
YUV65.4174.05109.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.66%
GREEN value IS 63 (25% from 255) = 25.30%
BLUE value IS 147 (57.81% from 255) = 59.04%
R=15.66%
G=25.30%
B=59.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39631470.730.5700.42226.6758.0636.47
Hex273F93493902Ae33a24
Octal4777223111710523437244
Binary100111111111100100111001001111001010101011100011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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