#273F8E

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

Shades of Tory Blue #273F8E

Tints of Tory Blue #273F8E

Color information

#273F8E (or 0x273F8E) is unknown color: approx Tory Blue. HEX triplet: 27, 3F and 8E. RGB value is (39,63,142). Sum of RGB (Red+Green+Blue) = 39+63+142=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #273F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273F8E is #D8C071. Grayscale: #404040. Windows color (decimal): -14205042 or 9322279. OLE color: 9322279.

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

Color convert

RGB3963142-
CMYK0.730.5600.44
HSL226.02º56.91%35.49%-
HSV(B)226.02º72.54%55.69%-
XYZ7.55.9426.34-
YUV64.83171.55109.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.98%
GREEN value IS 63 (25% from 255) = 25.82%
BLUE value IS 142 (55.86% from 255) = 58.20%
R=15.98%
G=25.82%
B=58.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39631420.730.5600.44226.0256.9135.49
Hex273F8E493802Ce23923
Octal4777216111700543427143
Binary100111111111100011101001001111000010110011100010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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