#294471

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

Shades of Resolution Blue #294471

Tints of Resolution Blue #294471

Color information

#294471 (or 0x294471) is unknown color: approx Resolution Blue. HEX triplet: 29, 44 and 71. RGB value is (41,68,113). Sum of RGB (Red+Green+Blue) = 41+68+113=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #294471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294471 is #D6BB8E. Grayscale: #404040. Windows color (decimal): -14072719 or 7423017. OLE color: 7423017.

HSL color Cylindrical-coordinate representation of color #294471: hue angle of 217.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #294471 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4168113-
CMYK0.640.4000.56
HSL217.5º46.75%30.2%-
HSV(B)217.5º63.72%44.31%-
XYZ5.965.816.43-
YUV65.06155.05110.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 113 (44.53% from 255) = 50.90%
R=18.47%
G=30.63%
B=50.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41681130.640.4000.56217.546.7530.2
Hex2944714028038da2f1e
Octal51104161100500703325736
Binary10100110001001110001100000010100001110001101101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294471; }

 p { color: rgb(41,68,113); }

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

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

 a { background-color: rgb(41,68,113); }

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

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

 span { border-color: rgb(41,68,113); }

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