#273571

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

Shades of Resolution Blue #273571

Tints of Resolution Blue #273571

Color information

#273571 (or 0x273571) is unknown color: approx Resolution Blue. HEX triplet: 27, 35 and 71. RGB value is (39,53,113). Sum of RGB (Red+Green+Blue) = 39+53+113=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #273571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273571 is #D8CA8E. Grayscale: #373737. Windows color (decimal): -14207631 or 7419175. OLE color: 7419175.

HSL color Cylindrical-coordinate representation of color #273571: hue angle of 228.65º 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 #273571 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3953113-
CMYK0.650.5300.56
HSL228.65º48.68%29.8%-
HSV(B)228.65º65.49%44.31%-
XYZ5.094.1716.16-
YUV55.65160.36116.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.02%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 113 (44.53% from 255) = 55.12%
R=19.02%
G=25.85%
B=55.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39531130.650.5300.56228.6548.6829.8
Hex2735714135038e5311e
Octal4765161101650703456136
Binary1001111101011110001100000111010101110001110010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273571; }

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

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

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

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

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

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

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

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