#293A73

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

Shades of Resolution Blue #293A73

Tints of Resolution Blue #293A73

Color information

#293A73 (or 0x293A73) is unknown color: approx Resolution Blue. HEX triplet: 29, 3A and 73. RGB value is (41,58,115). Sum of RGB (Red+Green+Blue) = 41+58+115=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #293A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A73 is #D6C58C. Grayscale: #3B3B3B. Windows color (decimal): -14075277 or 7551529. OLE color: 7551529.

HSL color Cylindrical-coordinate representation of color #293A73: hue angle of 226.22º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #293A73 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4158115-
CMYK0.640.5000.55
HSL226.22º47.44%30.59%-
HSV(B)226.22º64.35%45.1%-
XYZ5.524.7416.84-
YUV59.42159.37114.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.16%
GREEN value IS 58 (23.05% from 255) = 27.10%
BLUE value IS 115 (45.31% from 255) = 53.74%
R=19.16%
G=27.10%
B=53.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41581150.640.5000.55226.2247.4430.59
Hex293A734032037e22f1f
Octal5172163100620673425737
Binary1010011110101110011100000011001001101111110001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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