#273F8B

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

Shades of Tory Blue #273F8B

Tints of Tory Blue #273F8B

Color information

#273F8B (or 0x273F8B) is unknown color: approx Tory Blue. HEX triplet: 27, 3F and 8B. RGB value is (39,63,139). Sum of RGB (Red+Green+Blue) = 39+63+139=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #273F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273F8B is #D8C074. Grayscale: #404040. Windows color (decimal): -14205045 or 9125671. OLE color: 9125671.

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

Color convert

RGB3963139-
CMYK0.720.5500.45
HSL225.6º56.18%34.9%-
HSV(B)225.6º71.94%54.51%-
XYZ7.275.8525.17-
YUV64.49170.05109.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.18%
GREEN value IS 63 (25% from 255) = 26.14%
BLUE value IS 139 (54.69% from 255) = 57.68%
R=16.18%
G=26.14%
B=57.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39631390.720.5500.45225.656.1834.9
Hex273F8B483702De23823
Octal4777213110670553427043
Binary100111111111100010111001000110111010110111100010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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