#273772

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

Shades of Resolution Blue #273772

Tints of Resolution Blue #273772

Color information

#273772 (or 0x273772) is unknown color: approx Resolution Blue. HEX triplet: 27, 37 and 72. RGB value is (39,55,114). Sum of RGB (Red+Green+Blue) = 39+55+114=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #273772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273772 is #D8C88D. Grayscale: #383838. Windows color (decimal): -14207118 or 7485223. OLE color: 7485223.

HSL color Cylindrical-coordinate representation of color #273772: hue angle of 227.2º 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 #273772 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3955114-
CMYK0.660.5200.55
HSL227.2º49.02%30%-
HSV(B)227.2º65.79%44.71%-
XYZ5.244.3816.49-
YUV56.94160.2115.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 55 (21.88% from 255) = 26.44%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=18.75%
G=26.44%
B=54.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39551140.660.5200.55227.249.0230
Hex2737724234037e3311e
Octal4767162102640673436136
Binary1001111101111110010100001011010001101111110001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273772; }

 p { color: rgb(39,55,114); }

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

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

 a { background-color: rgb(39,55,114); }

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

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

 span { border-color: rgb(39,55,114); }

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