#273F7F

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

Shades of Resolution Blue #273F7F

Tints of Resolution Blue #273F7F

Color information

#273F7F (or 0x273F7F) is unknown color: approx Resolution Blue. HEX triplet: 27, 3F and 7F. RGB value is (39,63,127). Sum of RGB (Red+Green+Blue) = 39+63+127=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #273F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F7F is #D8C080. Grayscale: #3E3E3E. Windows color (decimal): -14205057 or 8339239. OLE color: 8339239.

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

Color convert

RGB3963127-
CMYK0.690.5000.50
HSL223.64º53.01%32.55%-
HSV(B)223.64º69.29%49.8%-
XYZ6.445.5220.8-
YUV63.12164.05110.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.03%
GREEN value IS 63 (25% from 255) = 27.51%
BLUE value IS 127 (50% from 255) = 55.46%
R=17.03%
G=27.51%
B=55.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39631270.690.5000.50223.6453.0132.55
Hex273F7F4532032e03521
Octal4777177105620623406541
Binary10011111111111111111000101110010011001011100000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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