#273E70

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

Shades of Resolution Blue #273E70

Tints of Resolution Blue #273E70

Color information

#273E70 (or 0x273E70) is unknown color: approx Resolution Blue. HEX triplet: 27, 3E and 70. RGB value is (39,62,112). Sum of RGB (Red+Green+Blue) = 39+62+112=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #273E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273E70 is #D8C18F. Grayscale: #3C3C3C. Windows color (decimal): -14205328 or 7355943. OLE color: 7355943.

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

Color convert

RGB3962112-
CMYK0.650.4500.56
HSL221.1º48.34%29.61%-
HSV(B)221.1º65.18%43.92%-
XYZ5.485.0516.01-
YUV60.82156.88112.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.31%
GREEN value IS 62 (24.61% from 255) = 29.11%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=18.31%
G=29.11%
B=52.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39621120.650.4500.56221.148.3429.61
Hex273E70412D038dd301e
Octal4776160101550703356036
Binary1001111111101110000100000110110101110001101110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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