#293A6E

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

Shades of Resolution Blue #293A6E

Tints of Resolution Blue #293A6E

Color information

#293A6E (or 0x293A6E) is unknown color: approx Resolution Blue. HEX triplet: 29, 3A and 6E. RGB value is (41,58,110). Sum of RGB (Red+Green+Blue) = 41+58+110=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #293A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A6E is #D6C591. Grayscale: #3A3A3A. Windows color (decimal): -14075282 or 7223849. OLE color: 7223849.

HSL color Cylindrical-coordinate representation of color #293A6E: hue angle of 225.22º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #293A6E is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4158110-
CMYK0.630.4700.57
HSL225.22º45.7%29.61%-
HSV(B)225.22º62.73%43.14%-
XYZ5.244.6215.37-
YUV58.84156.87115.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 58 (23.05% from 255) = 27.75%
BLUE value IS 110 (43.36% from 255) = 52.63%
R=19.62%
G=27.75%
B=52.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41581100.630.4700.57225.2245.729.61
Hex293A6E3F2F039e12e1e
Octal517215677570713415636
Binary101001111010110111011111110111101110011110000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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