#273F8A

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

Shades of Tory Blue #273F8A

Tints of Tory Blue #273F8A

Color information

#273F8A (or 0x273F8A) is unknown color: approx Tory Blue. HEX triplet: 27, 3F and 8A. RGB value is (39,63,138). Sum of RGB (Red+Green+Blue) = 39+63+138=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #273F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273F8A is #D8C075. Grayscale: #404040. Windows color (decimal): -14205046 or 9060135. OLE color: 9060135.

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

Color convert

RGB3963138-
CMYK0.720.5400.46
HSL225.45º55.93%34.71%-
HSV(B)225.45º71.74%54.12%-
XYZ7.25.8224.79-
YUV64.37169.55109.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.25%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 138 (54.30% from 255) = 57.5%
R=16.25%
G=26.25%
B=57.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39631380.720.5400.46225.4555.9334.71
Hex273F8A483602Ee13823
Octal4777212110660563417043
Binary100111111111100010101001000110110010111011100001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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