#273273

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

Shades of Resolution Blue #273273

Tints of Resolution Blue #273273

Color information

#273273 (or 0x273273) is unknown color: approx Resolution Blue. HEX triplet: 27, 32 and 73. RGB value is (39,50,115). Sum of RGB (Red+Green+Blue) = 39+50+115=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #273273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273273 is #D8CD8C. Grayscale: #353535. Windows color (decimal): -14208397 or 7549479. OLE color: 7549479.

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

Color convert

RGB3950115-
CMYK0.660.5700.55
HSL231.32º49.35%30.2%-
HSV(B)231.32º66.09%45.1%-
XYZ5.073.9516.71-
YUV54.12162.36117.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.12%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=19.12%
G=24.51%
B=56.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39501150.660.5700.55231.3249.3530.2
Hex2732734239037e7311e
Octal4762163102710673476136
Binary1001111100101110011100001011100101101111110011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273273; }

 p { color: rgb(39,50,115); }

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

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

 a { background-color: rgb(39,50,115); }

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

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

 span { border-color: rgb(39,50,115); }

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