#293E73

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

Shades of Resolution Blue #293E73

Tints of Resolution Blue #293E73

Color information

#293E73 (or 0x293E73) is unknown color: approx Resolution Blue. HEX triplet: 29, 3E and 73. RGB value is (41,62,115). Sum of RGB (Red+Green+Blue) = 41+62+115=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #293E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E73 is #D6C18C. Grayscale: #3D3D3D. Windows color (decimal): -14074253 or 7552553. OLE color: 7552553.

HSL color Cylindrical-coordinate representation of color #293E73: hue angle of 222.97º 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 #293E73 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4162115-
CMYK0.640.4600.55
HSL222.97º47.44%30.59%-
HSV(B)222.97º64.35%45.1%-
XYZ5.735.1516.91-
YUV61.76158.04113.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.81%
GREEN value IS 62 (24.61% from 255) = 28.44%
BLUE value IS 115 (45.31% from 255) = 52.75%
R=18.81%
G=28.44%
B=52.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41621150.640.4600.55222.9747.4430.59
Hex293E73402E037df2f1f
Octal5176163100560673375737
Binary1010011111101110011100000010111001101111101111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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