#293A86

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

Shades of Resolution Blue #293A86

Tints of Resolution Blue #293A86

Color information

#293A86 (or 0x293A86) is unknown color: approx Resolution Blue. HEX triplet: 29, 3A and 86. RGB value is (41,58,134). Sum of RGB (Red+Green+Blue) = 41+58+134=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #293A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A86 is #D6C579. Grayscale: #3D3D3D. Windows color (decimal): -14075258 or 8796713. OLE color: 8796713.

HSL color Cylindrical-coordinate representation of color #293A86: hue angle of 229.03º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #293A86 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4158134-
CMYK0.690.5700.47
HSL229.03º53.14%34.31%-
HSV(B)229.03º69.4%52.55%-
XYZ6.735.2223.21-
YUV61.58168.87113.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 134 (52.73% from 255) = 57.51%
R=17.60%
G=24.89%
B=57.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41581340.690.5700.47229.0353.1434.31
Hex293A86453902Fe53522
Octal5172206105710573456542
Binary101001111010100001101000101111001010111111100101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293A86; }

 p { color: rgb(41,58,134); }

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

<style>
 a { background-color: #293A86; }

 a { background-color: rgb(41,58,134); }

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

<style>
 span { border-color: #293A86; }

 span { border-color: rgb(41,58,134); }

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