#273371

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

Shades of Resolution Blue #273371

Tints of Resolution Blue #273371

Color information

#273371 (or 0x273371) is unknown color: approx Resolution Blue. HEX triplet: 27, 33 and 71. RGB value is (39,51,113). Sum of RGB (Red+Green+Blue) = 39+51+113=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #273371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273371 is #D8CC8E. Grayscale: #363636. Windows color (decimal): -14208143 or 7418663. OLE color: 7418663.

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

Color convert

RGB3951113-
CMYK0.650.5500.56
HSL230.27º48.68%29.8%-
HSV(B)230.27º65.49%44.31%-
XYZ53.9916.13-
YUV54.48161.02116.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.21%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=19.21%
G=25.12%
B=55.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39511130.650.5500.56230.2748.6829.8
Hex2733714137038e6311e
Octal4763161101670703466136
Binary1001111100111110001100000111011101110001110011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273371; }

 p { color: rgb(39,51,113); }

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

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

 a { background-color: rgb(39,51,113); }

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

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

 span { border-color: rgb(39,51,113); }

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