#294473

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

Shades of Resolution Blue #294473

Tints of Resolution Blue #294473

Color information

#294473 (or 0x294473) is unknown color: approx Resolution Blue. HEX triplet: 29, 44 and 73. RGB value is (41,68,115). Sum of RGB (Red+Green+Blue) = 41+68+115=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #294473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294473 is #D6BB8C. Grayscale: #414141. Windows color (decimal): -14072717 or 7554089. OLE color: 7554089.

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

Color convert

RGB4168115-
CMYK0.640.4100.55
HSL218.11º47.44%30.59%-
HSV(B)218.11º64.35%45.1%-
XYZ6.085.8417.03-
YUV65.28156.05110.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=18.30%
G=30.36%
B=51.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41681150.640.4100.55218.1147.4430.59
Hex2944734029037da2f1f
Octal51104163100510673325737
Binary10100110001001110011100000010100101101111101101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294473; }

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

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

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

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

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

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

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

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