#273B70

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

Shades of Resolution Blue #273B70

Tints of Resolution Blue #273B70

Color information

#273B70 (or 0x273B70) is unknown color: approx Resolution Blue. HEX triplet: 27, 3B and 70. RGB value is (39,59,112). Sum of RGB (Red+Green+Blue) = 39+59+112=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #273B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273B70 is #D8C48F. Grayscale: #3A3A3A. Windows color (decimal): -14206096 or 7355175. OLE color: 7355175.

HSL color Cylindrical-coordinate representation of color #273B70: hue angle of 223.56º degrees, saturation: 0.48, 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 #273B70 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3959112-
CMYK0.650.4700.56
HSL223.56º48.34%29.61%-
HSV(B)223.56º65.18%43.92%-
XYZ5.334.7315.96-
YUV59.06157.87113.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.57%
GREEN value IS 59 (23.44% from 255) = 28.10%
BLUE value IS 112 (44.14% from 255) = 53.33%
R=18.57%
G=28.10%
B=53.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39591120.650.4700.56223.5648.3429.61
Hex273B70412F038e0301e
Octal4773160101570703406036
Binary1001111110111110000100000110111101110001110000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,59,112); }

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

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

 a { background-color: rgb(39,59,112); }

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

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

 span { border-color: rgb(39,59,112); }

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