#273B95

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

Shades of Tory Blue #273B95

Tints of Tory Blue #273B95

Color information

#273B95 (or 0x273B95) is unknown color: approx Tory Blue. HEX triplet: 27, 3B and 95. RGB value is (39,59,149). Sum of RGB (Red+Green+Blue) = 39+59+149=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #273B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273B95 is #D8C46A. Grayscale: #3E3E3E. Windows color (decimal): -14206059 or 9780007. OLE color: 9780007.

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

Color convert

RGB3959149-
CMYK0.740.6000.42
HSL229.09º58.51%36.86%-
HSV(B)229.09º73.83%58.43%-
XYZ7.835.7329.13-
YUV63.28176.37110.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.79%
GREEN value IS 59 (23.44% from 255) = 23.89%
BLUE value IS 149 (58.59% from 255) = 60.32%
R=15.79%
G=23.89%
B=60.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39591490.740.6000.42229.0958.5136.86
Hex273B954A3C02Ae53b25
Octal4773225112740523457345
Binary100111111011100101011001010111100010101011100101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,59,149); }

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

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

 a { background-color: rgb(39,59,149); }

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

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

 span { border-color: rgb(39,59,149); }

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