#273C7F

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

Shades of Resolution Blue #273C7F

Tints of Resolution Blue #273C7F

Color information

#273C7F (or 0x273C7F) is unknown color: approx Resolution Blue. HEX triplet: 27, 3C and 7F. RGB value is (39,60,127). Sum of RGB (Red+Green+Blue) = 39+60+127=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #273C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C7F is #D8C380. Grayscale: #3D3D3D. Windows color (decimal): -14205825 or 8338471. OLE color: 8338471.

HSL color Cylindrical-coordinate representation of color #273C7F: hue angle of 225.68º 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 #273C7F is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3960127-
CMYK0.690.5300.50
HSL225.68º53.01%32.55%-
HSV(B)225.68º69.29%49.8%-
XYZ6.285.220.75-
YUV61.36165.04112.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.26%
GREEN value IS 60 (23.83% from 255) = 26.55%
BLUE value IS 127 (50% from 255) = 56.19%
R=17.26%
G=26.55%
B=56.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39601270.690.5300.50225.6853.0132.55
Hex273C7F4535032e23521
Octal4774177105650623426541
Binary10011111110011111111000101110101011001011100010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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