#273F70

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

Shades of Resolution Blue #273F70

Tints of Resolution Blue #273F70

Color information

#273F70 (or 0x273F70) is unknown color: approx Resolution Blue. HEX triplet: 27, 3F and 70. RGB value is (39,63,112). Sum of RGB (Red+Green+Blue) = 39+63+112=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #273F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F70 is #D8C08F. Grayscale: #3D3D3D. Windows color (decimal): -14205072 or 7356199. OLE color: 7356199.

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

Color convert

RGB3963112-
CMYK0.650.4400.56
HSL220.27º48.34%29.61%-
HSV(B)220.27º65.18%43.92%-
XYZ5.545.1616.03-
YUV61.41156.55112.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.22%
GREEN value IS 63 (25% from 255) = 29.44%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=18.22%
G=29.44%
B=52.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39631120.650.4400.56220.2748.3429.61
Hex273F70412C038dc301e
Octal4777160101540703346036
Binary1001111111111110000100000110110001110001101110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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