#294673

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

Shades of Resolution Blue #294673

Tints of Resolution Blue #294673

Color information

#294673 (or 0x294673) is unknown color: approx Resolution Blue. HEX triplet: 29, 46 and 73. RGB value is (41,70,115). Sum of RGB (Red+Green+Blue) = 41+70+115=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #294673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294673 is #D6B98C. Grayscale: #424242. Windows color (decimal): -14072205 or 7554601. OLE color: 7554601.

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

Color convert

RGB4170115-
CMYK0.640.3900.55
HSL216.49º47.44%30.59%-
HSV(B)216.49º64.35%45.1%-
XYZ6.26.0917.07-
YUV66.46155.39109.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 115 (45.31% from 255) = 50.88%
R=18.14%
G=30.97%
B=50.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41701150.640.3900.55216.4947.4430.59
Hex2946734027037d82f1f
Octal51106163100470673305737
Binary10100110001101110011100000010011101101111101100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294673; }

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

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

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

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

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

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

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

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