#273F73

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

Shades of Resolution Blue #273F73

Tints of Resolution Blue #273F73

Color information

#273F73 (or 0x273F73) is unknown color: approx Resolution Blue. HEX triplet: 27, 3F and 73. RGB value is (39,63,115). Sum of RGB (Red+Green+Blue) = 39+63+115=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #273F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F73 is #D8C08C. Grayscale: #3D3D3D. Windows color (decimal): -14205069 or 7552807. OLE color: 7552807.

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

Color convert

RGB3963115-
CMYK0.660.4500.55
HSL221.05º49.35%30.2%-
HSV(B)221.05º66.09%45.1%-
XYZ5.715.2216.93-
YUV61.75158.05111.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.97%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 115 (45.31% from 255) = 53.00%
R=17.97%
G=29.03%
B=53.00%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39631150.660.4500.55221.0549.3530.2
Hex273F73422D037dd311e
Octal4777163102550673356136
Binary1001111111111110011100001010110101101111101110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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