#273D71

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

Shades of Resolution Blue #273D71

Tints of Resolution Blue #273D71

Color information

#273D71 (or 0x273D71) is unknown color: approx Resolution Blue. HEX triplet: 27, 3D and 71. RGB value is (39,61,113). Sum of RGB (Red+Green+Blue) = 39+61+113=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #273D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273D71 is #D8C28E. Grayscale: #3C3C3C. Windows color (decimal): -14205583 or 7421223. OLE color: 7421223.

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

Color convert

RGB3961113-
CMYK0.650.4600.56
HSL222.16º48.68%29.8%-
HSV(B)222.16º65.49%44.31%-
XYZ5.494.9616.29-
YUV60.35157.71112.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.31%
GREEN value IS 61 (24.22% from 255) = 28.64%
BLUE value IS 113 (44.53% from 255) = 53.05%
R=18.31%
G=28.64%
B=53.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39611130.650.4600.56222.1648.6829.8
Hex273D71412E038de311e
Octal4775161101560703366136
Binary1001111111011110001100000110111001110001101111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,61,113); }

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

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

 a { background-color: rgb(39,61,113); }

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

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

 span { border-color: rgb(39,61,113); }

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