#273B72

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

Shades of Resolution Blue #273B72

Tints of Resolution Blue #273B72

Color information

#273B72 (or 0x273B72) is unknown color: approx Resolution Blue. HEX triplet: 27, 3B and 72. RGB value is (39,59,114). Sum of RGB (Red+Green+Blue) = 39+59+114=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #273B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273B72 is #D8C48D. Grayscale: #3B3B3B. Windows color (decimal): -14206094 or 7486247. OLE color: 7486247.

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

Color convert

RGB3959114-
CMYK0.660.4800.55
HSL224º49.02%30%-
HSV(B)224º65.79%44.71%-
XYZ5.444.7716.55-
YUV59.29158.87113.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.40%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 114 (44.92% from 255) = 53.77%
R=18.40%
G=27.83%
B=53.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39591140.660.4800.5522449.0230
Hex273B724230037e0311e
Octal4773162102600673406136
Binary1001111110111110010100001011000001101111110000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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