#273f80

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

Shades of Resolution Blue #273F80

Tints of Resolution Blue #273F80

Color information

#273F80 (or 0x273F80) is unknown color: approx Resolution Blue. HEX triplet: 27, 3F and 80. RGB value is (39,63,128). Sum of RGB (Red+Green+Blue) = 39+63+128=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #273F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273F80 is #D8C07F. Grayscale: #3E3E3E. Windows color (decimal): -14205056 or 8404775. OLE color: 8404775.

HSL color Cylindrical-coordinate representation of color #273F80: hue angle of 223.82º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #273F80 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3963128-
CMYK0.700.5100.50
HSL223.82º53.29%32.75%-
HSV(B)223.82º69.53%50.2%-
XYZ6.515.5421.15-
YUV63.23164.55110.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.96%
GREEN value IS 63 (25% from 255) = 27.39%
BLUE value IS 128 (50.39% from 255) = 55.65%
R=16.96%
G=27.39%
B=55.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39631280.700.5100.50223.8253.2932.75
Hex273F804633032e03521
Octal4777200106630623406541
Binary100111111111100000001000110110011011001011100000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273f80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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